Click or drag to resize

OutlookStorageNativeMethodsStgOpenStorageOnILockBytes Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public static void StgOpenStorageOnILockBytes(
	OutlookStorageNativeMethodsILockBytes plkbyt,
	OutlookStorageNativeMethodsIStorage pstgPriority,
	OutlookStorageNativeMethodsSTGM grfMode,
	IntPtr snbExclude,
	uint reserved,
	out OutlookStorageNativeMethodsIStorage ppstgOpen
)

Parameters

plkbyt
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsILockBytes
pstgPriority
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsIStorage
grfMode
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsSTGM
snbExclude
Type: SystemIntPtr
reserved
Type: SystemUInt32
ppstgOpen
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsIStorage
See Also