最新消息:本站技术交流 QQ 群:28124927

驱动程序中的基本数据类型

Rootkit/驱动底层 exchen 2003浏览

unsigned long 重定义为 ULONG

unsigned char 重定义为 UCHAR

unsigned int 重定义为 UINT

void 重定义为 VOID

unsigned long * 重定义为PULONG

unsigned char * 重定义为 PUCHAR

unsigned int * 重定义为 PUINT

void * 重定义为 PVOID

转载请注明:exchen's blog » 驱动程序中的基本数据类型