WINDOWS programming data type

DWORD === unsigned long 32-bit unsigned integer

HANDLE / HMODULE === PVOID (void *) No particular type of pointer

Guess you like

Origin www.cnblogs.com/mktest123/p/12127368.html