Tagged Questions
1
vote
4answers
189 views
wchar_t* to char* conversion problems
I have a problem with wchar_t* to char* conversion.
I'm getting a wchar_t* string from the FILE_NOTIFY_INFORMATION structure, returned by the ReadDirectoryChangesW WinAPI function, so I assume that ...