From: alexia on
Hi all,

I need to P\INVOKE the following C++ function:
Test(OUT PVOID* pphostContext);

I need to allocate memory for it. What type should I send?
ref IntPrt?

Thank you for your reply.