R
Richard L Rosenheim
I'm trying to use a callback procedure from a COM library. The declaration
is Callback(ByRef pData as System.Array, ...).
pData contains the memory representation of a bitmap. I'm trying to create
a bitmap object by passing pData to the bitmap's constructor, which accepts
the data as IntPtr. How do I go about getting a pointer to pData?
I'm using VS 2005 Beta 2.
TIA,
Richard
is Callback(ByRef pData as System.Array, ...).
pData contains the memory representation of a bitmap. I'm trying to create
a bitmap object by passing pData to the bitmap's constructor, which accepts
the data as IntPtr. How do I go about getting a pointer to pData?
I'm using VS 2005 Beta 2.
TIA,
Richard