If I use ObjPtr to get a pointer to an object, which I subsequently want to retrieve using MemCopy, what is the easiest way to determine the 'size' of my object? (For the third argument in the RtlMoveMemory function?)
:cool:
Dan
Printable View
If I use ObjPtr to get a pointer to an object, which I subsequently want to retrieve using MemCopy, what is the easiest way to determine the 'size' of my object? (For the third argument in the RtlMoveMemory function?)
:cool:
Dan
Anyone?