[DllImport("ole32.dll")]
static extern int CreateILockBytesOnHGlobal(IntPtr hGlobal, bool
fDeleteOnRelease, out ILockBytes ppLkbyt);
or
[DllImport("ole32.dll",
EntryPoint="CreateILockBytesOnHGlobal",
ExactSpelling=true, PreserveSig=true, CharSet=CharSet.Ansi,
CallingConvention=CallingConvention.StdCall)]
static extern int CreateILockBytesOnHGlobal(IntPtr /* HGLOBAL */ hGlobal, bool fDeleteOnRelease, [MarshalAs(UnmanagedType.Interface)]out object /* ILockBytes** */ ppLkbyt);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!