summaryrefslogtreecommitdiffstats
path: root/private/oleutest/ole1/clidemo/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/ole1/clidemo/register.h')
-rw-r--r--private/oleutest/ole1/clidemo/register.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/private/oleutest/ole1/clidemo/register.h b/private/oleutest/ole1/clidemo/register.h
new file mode 100644
index 000000000..f99da1e8a
--- /dev/null
+++ b/private/oleutest/ole1/clidemo/register.h
@@ -0,0 +1,17 @@
+/*
+ * <register.h>
+ *
+ * Created by Microsoft Corporation.
+ * (c) Copyright Microsoft Corp. 1990 - 1992 All Rights Reserved
+ */
+
+//*** PROTOTYPES ***
+
+//* Far
+
+BOOL FAR RegCopyClassName(HWND hwndList, LPSTR lpstrClassName);
+VOID FAR RegGetClassId(LPSTR lpstrName, LPSTR lpstrClass);
+BOOL FAR RegGetClassNames(HWND hwndList);
+VOID FAR RegInit(HANDLE hInst);
+INT FAR RegMakeFilterSpec(LPSTR lpstrClass, LPSTR lpstrExt, LPSTR lpstrFilterSpec);
+VOID FAR RegTerm(VOID);