IPropertySetStorage (Interfaces)
Last changed: -80.198.251.44

.
Summary
TODO - a short description

C# Definition:

    [ComVisible(true), ComImport(), Guid("0000013A-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    public interface IPropertySetStorage
    {
        uint Create(
        [In, MarshalAs(UnmanagedType.Struct)] ref System.Guid rfmtid,
        [In] IntPtr pclsid,
        [In] int grfFlags,
        [In] int grfMode,
        ref IPropertyStorage propertyStorage);

        int Open(
        [In, MarshalAs(UnmanagedType.Struct)] ref System.Guid rfmtid,
        [In] int grfMode,
        [Out] IPropertyStorage propertyStorage);
    }

VB Definition:

User-Defined Types:

None.

Notes:

None.

Documentation