OPENFILENAME.lpstrFile return encoding?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I was wondering if anyone knows how the string returned in the OPENFILENAME-lpstrFile is returned? is it ASCII? UNICODE?
-
I was wondering if anyone knows how the string returned in the OPENFILENAME-lpstrFile is returned? is it ASCII? UNICODE?
I think it's ASCII. That's what a lpstr is, isn't it ? Did you think to run it and see ? Christian Graus - Microsoft MVP - C++