mirror of https://github.com/UMSKT/xpmgr.git
22 lines
469 B
Plaintext
22 lines
469 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// File: dbrtpr.idl
|
|
//
|
|
// Copyright: Copyright (c) Microsoft Corporation
|
|
//
|
|
// Contents: OLE DB interface definition
|
|
//
|
|
// Comments:
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include "idlmulti.h"
|
|
|
|
REMOTED_INTERFACE(0c733ab3-2a1c-11ce-ade5-00aa0044773d)
|
|
|
|
|
|
interface IDBBinderProperties : IDBProperties
|
|
{
|
|
HRESULT Reset(
|
|
);
|
|
};
|