IStorage.CreateStorage Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Sub CreateStorage ( _
pwcsName As String, _
grfMode As UInteger, _
reserved1 As UInteger, _
reserved2 As UInteger, _
<OutAttribute> ByRef ppstg As IStorage _
)
‘사용 방법
Dim instance As IStorage
Dim pwcsName As String
Dim grfMode As UInteger
Dim reserved1 As UInteger
Dim reserved2 As UInteger
Dim ppstg As IStorage
instance.CreateStorage(pwcsName, grfMode, _
reserved1, reserved2, ppstg)
void CreateStorage(
string pwcsName,
uint grfMode,
uint reserved1,
uint reserved2,
out IStorage ppstg
)
void CreateStorage(
[InAttribute] String^ pwcsName,
[InAttribute] unsigned int grfMode,
[InAttribute] unsigned int reserved1,
[InAttribute] unsigned int reserved2,
[OutAttribute] IStorage^% ppstg
)
abstract CreateStorage :
pwcsName:string *
grfMode:uint32 *
reserved1:uint32 *
reserved2:uint32 *
ppstg:IStorage byref -> unit
function CreateStorage(
pwcsName : String,
grfMode : uint,
reserved1 : uint,
reserved2 : uint,
ppstg : IStorage
)
Parameters
- pwcsName
Type: System.String
- grfMode
Type: System.UInt32
- reserved1
Type: System.UInt32
- reserved2
Type: System.UInt32
- ppstg
Type: Microsoft.VisualStudio.OLE.Interop.IStorage%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.