指向API的函数指针定义方法

指向API的函数指针定义方法

typedef NTSTATUS ( __stdcall *ZWQUERYSYSTEMINFORMATION ) ( 
    IN SYSTEM_INFORMATION_CLASS SystemInformationClass, 
    IN OUT PVOID SystemInformation, 
    IN ULONG SystemInformationLength, 
    OUT PULONG ReturnLength OPTIONAL 
    ); 

 

posted @ 2015-08-15 20:38  Lthis  阅读(352)  评论(0编辑  收藏  举报