Modify ↓
Opened 10 years ago
Closed 10 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 Changed 10 years ago by mLipok
comment:3 Changed 10 years ago by Jpm
- Milestone set to Future Release
comment:4 Changed 10 years ago by TicketCleanup
- Milestone Future Release deleted
Automatic ticket cleanup.
comment:5 Changed 10 years ago by BrewManNH
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 Changed 10 years ago by guinness
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
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