Use this tag for questions related to the LPCSTR data type.
First of all, what is it exactly? I guess it is a pointer (LPC means long pointer constant), but what …
c++ winapi lpcstrI'm trying to convert an LPCSTR to an integer using atoi(), and to verify that the conversion occurred successfully I …
c++ lpcstrI am implementing a custom action for a WindowsCE CAB file, and I need to concat a LPCTSTR to get …
c++ string windows-ce lpcstrSo the output of the function GetUserName() gives the username as a LPTSTR. I need to convert this to a …
c++ lpcstr lptstr