How to? Pass a structure to @WINAPI

samintz

Scott Mintz
May 20, 2008
1,574
27
Solon, OH, USA
Is it possible to pass a pointer to a BLOB structure to @WINAPI?

A BLOB is defined as:
Code:
DWORD len;
BYTE *pData;
 

Similar threads