IN OUT 修饰函数参数
#define OUT #define IN #define INOUT #define OPTIONAL
typedef char* LPSTR;
typedef char16_t* LPWSTR;
typedef char16_t WCHAR;
typedef const char* LPCSTR;
typedef const char16_t* LPCWSTR;
知识就是希望
#define OUT #define IN #define INOUT #define OPTIONAL
typedef char* LPSTR;
typedef char16_t* LPWSTR;
typedef char16_t WCHAR;
typedef const char* LPCSTR;
typedef const char16_t* LPCWSTR;