Modify

Opened 12 years ago

Closed 12 years ago

#2759 closed Feature Request (Rejected)

_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter

Reported by: mLipok Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

from APIFilesConstants.au3:

; _WinAPI_GetFinalPathNameByHandle()
Global Const $FILE_NAME_NORMALIZED = 0x0
Global Const $FILE_NAME_OPENED = 0x8

Global Const $VOLUME_NAME_DOS = 0x0
Global Const $VOLUME_NAME_GUID = 0x1
Global Const $VOLUME_NAME_NONE = 0x4
Global Const $VOLUME_NAME_NT = 0x2

but this function _WinAPI_GetFinalPathNameByHandle can not use these parameters.

there is no paramter for
"dwFlags [in] - The type of result to return."

http://msdn.microsoft.com/en-us/library/windows/desktop/aa364962(v=vs.85).aspx

Attachments (0)

Change History (6)

comment:1 by mLipok, 12 years ago

Gee again forgot to change the version.

Is the track, you can change to a new report, as the default version 3.3.12.0, instead of the currently used (in Track) 3.3.8.1

comment:2 by TicketCleanup, 12 years ago

Version: 3.3.8.1

Automatic ticket cleanup.

comment:3 by J-Paul Mesnage, 12 years ago

Milestone: Future Release

comment:4 by TicketCleanup, 12 years ago

Milestone: Future Release

Automatic ticket cleanup.

comment:5 by BrewManNH, 12 years ago

That function doesn't use GetFinalPathNameByHandle so I'm not sure why it's called that, so it doesn't really matter that there's no parameter for those constants. It uses ZwQueryInformationFile to return the path.

comment:6 by guinness, 12 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.