S
scany14
Hi,
I am trying to convert the following c++ code to c#.
BYTE* pbmp = (BYTE*)malloc(lSize);;
myFunction((long)pbmp);
Can anyone help?
Many thanks.
I am trying to convert the following c++ code to c#.
BYTE* pbmp = (BYTE*)malloc(lSize);;
myFunction((long)pbmp);
Can anyone help?
Many thanks.