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 , 12 years ago
comment:3 by , 12 years ago
| Milestone: | → Future Release |
|---|
comment:5 by , 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 , 12 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
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