OutlookStorageNativeMethodsStgCreateDocfileOnILockBytes Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[DllImportAttribute("ole32.DLL")]
public static int StgCreateDocfileOnILockBytes(
	OutlookStorageNativeMethodsILockBytes plkbyt,
	OutlookStorageNativeMethodsSTGM grfMode,
	uint reserved,
	out OutlookStorageNativeMethodsIStorage ppstgOpen
)

Parameters

plkbyt  OutlookStorageNativeMethodsILockBytes
 
grfMode  OutlookStorageNativeMethodsSTGM
 
reserved  UInt32
 
ppstgOpen  OutlookStorageNativeMethodsIStorage
 

Return Value

Int32

See Also