剑有心 2016-07-13 03:34 采纳率: 0%
浏览 997

C++的一句语法看不懂,是什么意思,怎么用的?

typedef NTSTATUS(NTAPI *tNTQSI)(ULONG SystemInformationClass, PVOID SystemInformation, ULONG SystemInformationLength, PULONG ReturnLength);
这种属于什么用法?

  • 写回答

3条回答 默认 最新

  • threenewbee 2016-07-13 03:41
    关注

    这里定义了一个函数指针类型,
    http://blog.csdn.net/qll125596718/article/details/6891881

    评论

报告相同问题?