summaryrefslogblamecommitdiffstats
path: root/private/types2/query/csstg.idl
blob: 5e30fa5bed81ff180ed1b703486b37a0b81deee1 (plain) (tree)





































                                                                              
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1993.
//
//  File:	csstg.idl
//
//  Contents:	ICatalogStorage
//
//  History:	Oct-93    DaveMont      Created
//
//----------------------------------------------------------------------------

#include "idlmulti.h"

LOCAL_INTERFACE(00000014-0000-0008-c000-000000000099)
interface ICatalogStorage : IUnknown
{
    HRESULT GetSCPath
    (
        [in] WCHAR ** pwszPath
    );

    HRESULT SetRows
    (
        [in] COLUMNSET * pcol,
        [in] LONG * pwids,
        [in] ULONG crows,
        [in] TABLEROW ** prow
    );

    HRESULT DeleteRow
    (
        [in] ULONG wid
    );
}