summaryrefslogtreecommitdiffstats
path: root/private/types2/query/stemsink.idl
diff options
context:
space:
mode:
Diffstat (limited to 'private/types2/query/stemsink.idl')
-rw-r--r--private/types2/query/stemsink.idl25
1 files changed, 25 insertions, 0 deletions
diff --git a/private/types2/query/stemsink.idl b/private/types2/query/stemsink.idl
new file mode 100644
index 000000000..697267485
--- /dev/null
+++ b/private/types2/query/stemsink.idl
@@ -0,0 +1,25 @@
+//+-------------------------------------------------------------------------
+//
+// Microsoft Windows
+// Copyright (C) Microsoft Corporation, 1992 - 1995.
+//
+// File: stemsink.idl
+//
+// Contents: IStemSink interface definition
+//
+// History: 24-Apr-95 SitaramR Created
+//
+//--------------------------------------------------------------------------
+
+#include "idlmulti.h"
+
+LOCAL_INTERFACE(fe77c330-7f42-11ce-be57-00aa0051fe20)
+interface IStemSink : IUnknown
+{
+ SCODE PutAltWord( [in, size_is(cwc)] WCHAR const * pwcInBuf,
+ [in] ULONG cwc );
+ SCODE PutWord( [in, size_is(cwc)] WCHAR const * pwcInBuf,
+ [in] ULONG cwc );
+}
+
+