次の方法で共有


IOplockStorage.CreateStorageEx Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub CreateStorageEx ( _
    pwcsName As String, _
    grfMode As UInteger, _
    stgfmt As UInteger, _
    grfAttrs As UInteger, _
    ByRef riid As Guid, _
    <OutAttribute> ByRef ppstgOpen As IntPtr _
)
void CreateStorageEx(
    string pwcsName,
    uint grfMode,
    uint stgfmt,
    uint grfAttrs,
    ref Guid riid,
    out IntPtr ppstgOpen
)

Parameters

.NET Framework Security

See Also

Reference

IOplockStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace