WIN32_FIND_DATAW, FindFirstFileW and so on
Posted: Sat Jan 13, 2018 5:44 am
Hi
I'm testing something where I need access to these "WinAPI" FindFirstFileW , FindNextFileNameW, FindFirstFileW and some other? can they be added myself and if so how? And the structure WIN32_FIND_DATAW(which I presume is identical to WIN32_FIND_DATA, except for use of unicode chars for filenames.
I'm testing something where I need access to these "WinAPI" FindFirstFileW , FindNextFileNameW, FindFirstFileW and some other? can they be added myself and if so how? And the structure WIN32_FIND_DATAW(which I presume is identical to WIN32_FIND_DATA, except for use of unicode chars for filenames.