lpcwstr

  • lpcwstr詳解

    一、lpcwstr是什麼? lpcwstr是Windows下用來表示Unicode字符串的數據類型,其定義如下: typedef const wchar_t* LPCWSTR; 由…

    編程 2024-10-26