Modify

#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, on Jun 23, 2014 at 12:33:11 AM

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, on Jun 23, 2014 at 1:00:02 AM

Version: 3.3.8.1

Automatic ticket cleanup.

comment:3 by Jpm, on Jun 23, 2014 at 7:05:27 AM

Milestone: Future Release

comment:4 by TicketCleanup, on Jun 23, 2014 at 8:00:02 AM

Milestone: Future Release

Automatic ticket cleanup.

comment:5 by BrewManNH, on Jun 27, 2014 at 1:31:06 AM

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, on Aug 1, 2014 at 11:41:16 PM

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.