- #include <windows.h>
typedef int(__stdcall *pMessageBoxA) (HWND hWnd,
LPCSTR lpText,
LPCSTR lpCaption, UINT uType); //This is the 'type' of the MessageBoxA...
- long 64-bit
integer long __int64
float 32-bit FP
float double 64-bit FP
double char* C
string String LPCSTR void*
pointer Pointer LPVOID, HANDLE, LP****...