This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub OpenStorage ( _ ByVal pwcsName As String, _ ByVal pstgPriority As IStorage, _ ByVal grfMode As Integer, _ ByRef snbExclude As tagRemSNB, _ ByVal reserved As Integer, _ ByRef ppstg As IStorage _ )
[C#] public void OpenStorage ( string pwcsName, IStorage pstgPriority, uint grfMode, ref tagRemSNB snbExclude, ref uint reserved, ref IStorage ppstg );
[C++]
HRESULT OpenStorage(
LPWSTR pwcsName,
IStorage* pstgPriority,
Unsigned long grfMode,
wireSNB snbExclude,
Unsigned long reserved,
IStorage** ppstg
);
[C++]
Parameters pwcsName [in]
pwcsName is a parameter of type LPWSTR pstgPriority [in]
pstgPriority is a parameter of type IStorage* grfMode [in]
grfMode is a parameter of type unsigned long snbExclude [in]
snbExclude is a parameter of type wireSNB reserved [in]
reserved is a parameter of type unsigned long ppstg [out]
ppstg is a parameter of type IStorage**