typedef NTSTATUS(NTAPI *tNTQSI)(ULONG SystemInformationClass, PVOID SystemInformation, ULONG SystemInformationLength, PULONG ReturnLength);
这种属于什么用法?
C++的一句语法看不懂,是什么意思,怎么用的?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
typedef NTSTATUS(NTAPI *tNTQSI)(ULONG SystemInformationClass, PVOID SystemInformation, ULONG SystemInformationLength, PULONG ReturnLength);
这种属于什么用法?