I am working on some C++ code that I would like to convert 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...