samintz Scott Mintz May 1,590 27 2016-11-30 #1 Is it possible to pass a pointer to a BLOB structure to @WINAPI? A BLOB is defined as: Code: DWORD len; BYTE *pData;
Is it possible to pass a pointer to a BLOB structure to @WINAPI? A BLOB is defined as: Code: DWORD len; BYTE *pData;
Charles Dye Super Moderator May 5,264 155 Staff member 2016-11-30 #2 Using binary buffers...? I think the handle returned by @BALLOC is a pointer.