GetFileInformationByHandle
Does anybody know how to use this function?
How to get a right handle?
Thanks!
Alex!
Printable View
GetFileInformationByHandle
Does anybody know how to use this function?
How to get a right handle?
Thanks!
Alex!
I haven't use that function yet, but I'd try to obtain a true file handle by calling the CreateFile API.
Thanks! I was trying to use FindFirstFile.