S
Sam Martin
hi all,
i've asked a similar question recently regarding accessing the Windows
Address Book by creating a wrapper class in C#
I need to know whether I'm barking up the wrong the tree?
What i've started doing is creating the required structs and declaring
function calls within the wab32.dll in managed code (C#) but the problem i'm
now faced with having to pass an pointer (IntPtr) to an interface as a
parameter to one of the functions.
Do i have to declare the interfaces i need as c# interfaces? or can i need
to DllImport them?
if you know what i'm talking about then you probably know i don't
any help / pointers appreciated
tia
Sam Martin
i've asked a similar question recently regarding accessing the Windows
Address Book by creating a wrapper class in C#
I need to know whether I'm barking up the wrong the tree?
What i've started doing is creating the required structs and declaring
function calls within the wab32.dll in managed code (C#) but the problem i'm
now faced with having to pass an pointer (IntPtr) to an interface as a
parameter to one of the functions.
Do i have to declare the interfaces i need as c# interfaces? or can i need
to DllImport them?
if you know what i'm talking about then you probably know i don't
any help / pointers appreciated
tia
Sam Martin