How about ...
public class MyWrapper
{
[DllImport("MyDll.dll", SetLastError=true, CharSet=CharSet.Auto)]
public static IntPtr Add(string wcPath);
}
Since, however, this is returning an HRESULT, is this method on a COM
object? If yse you must use COM Interop.
Hope this helps
Brian W
> Hi
>
[quoted text clipped - 12 lines]
> regards
> kuba florczyk
Kuba Florczyk - 07 Oct 2003 10:40 GMT
Thx. It's work!
kuba florczyk
> How about ...
>
[quoted text clipped - 26 lines]
> > regards
> > kuba florczyk