...to VB.
I have a message callback and the LPARAM being passed back is a struct (called X here). The C++ line of code is:
memcpy &x, (BYTE*)lParam, 64
Anyways.. I have struct X as a UDT, setup my subclassing, and added my RtlMoveMemory declare. Here is my line of code in my VB app:
dim...