6 references to ILockBytes
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (1)
6574
private UnsafeNativeMethods.
ILockBytes
iLockBytes;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3789
UnsafeNativeMethods.
ILockBytes
pLockBytes = UnsafeNativeMethods.CreateILockBytesOnHGlobal(NativeMethods.NullHandleRef, true);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (4)
494
public static extern UnsafeNativeMethods.IStorage StgOpenStorageOnILockBytes(UnsafeNativeMethods.
ILockBytes
iLockBytes, UnsafeNativeMethods.IStorage pStgPriority, int grfMode, int sndExcluded, int reserved);
497
public static extern IntPtr GetHGlobalFromILockBytes(UnsafeNativeMethods.
ILockBytes
pLkbyt);
1431
public static extern UnsafeNativeMethods.
ILockBytes
CreateILockBytesOnHGlobal(HandleRef hGlobal, bool fDeleteOnRelease);
1434
public static extern UnsafeNativeMethods.IStorage StgCreateDocfileOnILockBytes(UnsafeNativeMethods.
ILockBytes
iLockBytes, int grfMode, int reserved);