最終更新:2021-10-09 (土) 07:56:25 (933d)  

LPCWSTR
Top / LPCWSTR

a 32-bit pointer to a constant string of 16-bit Unicode characters, which MAY be null-terminated.

https://docs.microsoft.com/ja-jp/openspecs/windows_protocols/ms-dtyp/76f10dd8-699d-45e6-a53c-5aefc586da20

  • typedef const wchar_t* LPCWSTR;

関連

  • wchar_t*?