typedef NTSTATUS(NTAPI *tNTQSI)(ULONG SystemInformationClass, PVOID SystemInformation, ULONG SystemInformationLength, PULONG ReturnLength);
这种属于什么用法?
这里定义了一个函数指针类型,
http://blog.csdn.net/qll125596718/article/details/6891881
定义的是函数的指针……
这是函数指针定义,typedef用于简化。