summaryrefslogtreecommitdiffstats
path: root/private/types2/oledb/prvmon.idl
diff options
context:
space:
mode:
Diffstat (limited to 'private/types2/oledb/prvmon.idl')
-rw-r--r--private/types2/oledb/prvmon.idl28
1 files changed, 28 insertions, 0 deletions
diff --git a/private/types2/oledb/prvmon.idl b/private/types2/oledb/prvmon.idl
new file mode 100644
index 000000000..e8e05f813
--- /dev/null
+++ b/private/types2/oledb/prvmon.idl
@@ -0,0 +1,28 @@
+//+-------------------------------------------------------------------------
+//
+// Microsoft Windows
+// Copyright (C) Microsoft Corporation, 1995 - 1995.
+//
+// File: prvmon.idl
+//
+// Contents: OLE DB interface definition
+//
+// History: 05 Jan 1995 PeterBu Created from phase III spec
+// 12 Jun 1995 PeterBu Updated to M4 spec
+// 03 Aug 1995 PeterBu Updated to M5 spec
+//
+//--------------------------------------------------------------------------
+
+#include "idlmulti.h"
+//
+
+ LOCAL_INTERFACE(0c733a4d-2a1c-11ce-ade5-00aa0044773d)
+
+
+interface IProvideMoniker : IUnknown {
+
+ HRESULT GetMoniker(
+ [out] IMoniker ** ppvIMoniker
+ );
+
+}