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;

 

posted on 2021-03-10 19:15  lydstory  阅读(80)  评论(0)    收藏  举报

导航