|
|
1.1 root 1: /*
2: * UTILITY.H
3: *
4: * Miscellaneous prototypes and definitions for OLE UI dialogs.
5: *
6: * Copyright (c)1992 Microsoft Corporation, All Right Reserved
7: */
8:
9:
10: #ifndef _UTILITY_H_
11: #define _UTILITY_H_
12:
13: //Function prototypes
14: //UTILITY.C
15: HCURSOR WINAPI HourGlassOn(void);
16: void WINAPI HourGlassOff(HCURSOR);
17:
18: BOOL WINAPI Browse(HWND, LPSTR, LPSTR, UINT, UINT, DWORD);
19: int WINAPI ReplaceCharWithNull(LPSTR, int);
20: int WINAPI ErrorWithFile(HWND, HINSTANCE, UINT, LPSTR, UINT);
21:
22: HICON WINAPI HIconFromClass(LPSTR);
23: BOOL WINAPI FServerFromClass(LPSTR, LPSTR, UINT);
24: UINT WINAPI UClassFromDescription(LPSTR, LPSTR, UINT);
25: UINT WINAPI UDescriptionFromClass(LPSTR, LPSTR, UINT);
26: BOOL WINAPI FVerbGet(LPSTR, UINT, LPSTR);
27: LPSTR WINAPI ChopText(HWND hwndStatic, int nWidth, LPSTR lpch);
28: void WINAPI OpenFileError(HWND hDlg, UINT nErrCode, LPSTR lpszFile);
29:
30:
31: #endif //_UTILITY_H_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.