F
Francois Vanderseypen
Context: C# wrapper around Tivoli LDAP C library.
I understand that something like
"public static unsafe void init(void** LDAPObj)"
has to do with a byref call.
Question: How do I have to wrap or call this function?
Note: the init function is a DllImport with the same parameter(s).
Thank you for any help, F.
I understand that something like
"public static unsafe void init(void** LDAPObj)"
has to do with a byref call.
Question: How do I have to wrap or call this function?
Note: the init function is a DllImport with the same parameter(s).
Thank you for any help, F.