OutlookStorageNativeMethodsCreateILockBytesOnHGlobal Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[DllImportAttribute("ole32.DLL")]
public static int CreateILockBytesOnHGlobal(
	IntPtr hGlobal,
	bool fDeleteOnRelease,
	out OutlookStorageNativeMethodsILockBytes ppLkbyt
)

Parameters

hGlobal  IntPtr
 
fDeleteOnRelease  Boolean
 
ppLkbyt  OutlookStorageNativeMethodsILockBytes
 

Return Value

Int32

See Also