lpcwstr

  • lpcwstr详解

    一、lpcwstr是什么? lpcwstr是Windows下用来表示Unicode字符串的数据类型,其定义如下: typedef const wchar_t* LPCWSTR; 由…

    编程 2024-10-26