Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to? Pass a structure to @WINAPI

samintz

Scott Mintz
May
1,582
27
Is it possible to pass a pointer to a BLOB structure to @WINAPI?

A BLOB is defined as:
Code:
DWORD len;
BYTE *pData;
 
Using binary buffers...? I think the handle returned by @BALLOC is a pointer.
 

Similar threads

Back
Top