Closed qiandi closed 2 years ago
The FindFiles method reads a list of files via the API, with some extra information that I need to pass to CreateFile. I want to be able to pass a Guid to get some extra information when CreateFile gets, currently only the filename.
Is there any support please?
Hi @qiandi ,
Unfortunately that's not possible. There is no context shared between Win32 FindFirstFile and CreateFile.
FindFirstFile
CreateFile
The FindFiles method reads a list of files via the API, with some extra information that I need to pass to CreateFile. I want to be able to pass a Guid to get some extra information when CreateFile gets, currently only the filename.
Is there any support please?