OutlookStorageNativeMethodsStgOpenStorageOnILockBytes Method

Definition

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

Parameters

plkbyt  OutlookStorageNativeMethodsILockBytes
 
pstgPriority  OutlookStorageNativeMethodsIStorage
 
grfMode  OutlookStorageNativeMethodsSTGM
 
snbExclude  IntPtr
 
reserved  UInt32
 
ppstgOpen  OutlookStorageNativeMethodsIStorage
 

See Also