T
tomi
Help please
Ho can I write following (from C#) thing in VB.NET ?
IntPtr pointer = new IntPtr(&mode)
mode is a instance of some structure.
I cannot find any solution. I need to pass the pointer to a structure
to COM+ object Thanks
Tomas
Ho can I write following (from C#) thing in VB.NET ?
IntPtr pointer = new IntPtr(&mode)
mode is a instance of some structure.
I cannot find any solution. I need to pass the pointer to a structure
to COM+ object Thanks
Tomas