最終更新:2021-10-09 (土) 07:57:47 (928d)  

LPCSTR
Top / LPCSTR

https://docs.microsoft.com/ja-jp/openspecs/windows_protocols/ms-dtyp/f8d4fe46-6be8-44c9-8823-615a21d17a61

An LPCSTR is a 32-bit pointer to a constant null-terminated string of 8-bit Windows (ANSI) characters.

  • typedef const char* LPCSTR;

関連