Hi Folks,
is there a way to track down a file handle (if its a disk file obv) to its filename ?
I know about GetFileInformationByHandleEx(), but I don't like a "vista or better" requirement.
So is it possible without that?
Thanks in Advance,
Andy
Printable View
Hi Folks,
is there a way to track down a file handle (if its a disk file obv) to its filename ?
I know about GetFileInformationByHandleEx(), but I don't like a "vista or better" requirement.
So is it possible without that?
Thanks in Advance,
Andy
It\'s a Win32 api FAQ for ages
See on Adv. Win32 api newsgroup :
news://194.177.96.26/comp.os.ms-wind...ogrammer.win32
(NAPI)
NtQueryObject
OBJECT_INFORMATION_CLASS enumeration
OBJECT_NAME_INFORMATION structure