IStorage.CreateStorage(String, UInt32, UInt32, UInt32, IStorage) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
public:
void CreateStorage(System::String ^ pwcsName, System::UInt32 grfMode, System::UInt32 reserved1, System::UInt32 reserved2, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IStorage ^ % ppstg);
public void CreateStorage (string pwcsName, uint grfMode, uint reserved1, uint reserved2, out Microsoft.VisualStudio.OLE.Interop.IStorage ppstg);
abstract member CreateStorage : string * uint32 * uint32 * uint32 * IStorage -> unit
Public Sub CreateStorage (pwcsName As String, grfMode As UInteger, reserved1 As UInteger, reserved2 As UInteger, ByRef ppstg As IStorage)
Parametreler
- pwcsName
- String
- grfMode
- UInt32
- reserved1
- UInt32
- reserved2
- UInt32
- ppstg
- IStorage