summaryrefslogtreecommitdiffstats
path: root/private/ole32/olethunk/olethk32/apinot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/olethunk/olethk32/apinot.hxx')
-rw-r--r--private/ole32/olethunk/olethk32/apinot.hxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/private/ole32/olethunk/olethk32/apinot.hxx b/private/ole32/olethunk/olethk32/apinot.hxx
new file mode 100644
index 000000000..be02e1e45
--- /dev/null
+++ b/private/ole32/olethunk/olethk32/apinot.hxx
@@ -0,0 +1,25 @@
+//+---------------------------------------------------------------------------
+//
+// Microsoft Windows
+// Copyright (C) Microsoft Corporation, 1992 - 1994.
+//
+// File: apinot.hxx
+//
+// Contents: Function header for thunks which are not direct APIs
+//
+// History: 11-Mar-94 BobDay Created
+//
+//----------------------------------------------------------------------------
+
+#ifndef __APINOT_HXX__
+#define __APINOT_HXX__
+
+STDAPI_(DWORD) OleRegGetUserTypeNot(REFCLSID clsid,DWORD dwFormOfType,LPOLESTR *pszUserType);
+STDAPI_(DWORD) CoInitializeNot( LPMALLOC lpMalloc );
+STDAPI_(DWORD) OleInitializeNot( LPMALLOC lpMalloc );
+STDAPI_(DWORD) CoRegisterClassObjectNot( REFCLSID refclsid, LPUNKNOWN punk,
+ DWORD dwClsContext, DWORD flags,
+ LPDWORD lpdwreg );
+STDAPI CoRevokeClassObjectNot( DWORD dwKey );
+
+#endif // #ifndef __APINOT_HXX__