Desktop Functions: Smart Device Functions:
|
Search Results for "CreateILockBytesOnHGlobal" in [All]ole32
/// The CreateILockBytesOnHGlobal function creates a byte array object,
/// be allocated with a size of zero. If hGlobal is NULL, CreateILockBytesOnHGlobal
public extern static int CreateILockBytesOnHGlobal(IntPtr hGlobal, [MarshalAs(UnmanagedType.Bool)] bool fDeleteOnRelease, out ILockBytes ppLkbyt);
EntryPoint="CreateILockBytesOnHGlobal",
static extern int CreateILockBytesOnHGlobal(IntPtr /* HGLOBAL */ hGlobal, bool fDeleteOnRelease, [MarshalAs(UnmanagedType.Interface)]out object /* ILockBytes** */ ppLkbyt);
Public Shared Function CreateILockBytesOnHGlobal(ByVal hGlobal As IntPtr, _ hr = Win32.CreateILockBytesOnHGlobal(IntPtr.Zero, True, lockbytes)
/// byte array object created using the CreateILockBytesOnHGlobal function.
/// object previously created by a call to the CreateILockBytesOnHGlobal function.</param> |