source: trunk/src/comdlg32/comdlg32.def@ 10366

Last change on this file since 10366 was 4809, checked in by bird, 25 years ago

Added or update the description. (It is used in the bldlevel info.)

File size: 1.6 KB
Line 
1; $Id: comdlg32.def,v 1.7 2000-12-16 22:53:18 bird Exp $
2
3;
4; Based on NT 4.0 SP6: COMDLG32.DLL
5;
6LIBRARY COMDLG32 INITINSTANCE
7DESCRIPTION 'Odin32 System DLL - ComDlg32 - Common Dialogs'
8DATA MULTIPLE NONSHARED
9
10EXPORTS
11 ChooseColorA = _ChooseColorA@4 @101
12 ChooseColorW = _ChooseColorW@4 @102
13 ChooseFontA = _ChooseFontA@4 @103
14 ChooseFontW = _ChooseFontW@4 @104
15 CommDlgExtendedError = _CommDlgExtendedError@0 @105
16 FindTextA = _FindTextA@4 @106
17 FindTextW = _FindTextW@4 @107
18 GetFileTitleA = _GetFileTitleA@12 @108
19 GetFileTitleW = _GetFileTitleW@12 @109
20 GetOpenFileNameA = _GetOpenFileNameA@4 @110
21 GetOpenFileNameW = _GetOpenFileNameW@4 @111
22 GetSaveFileNameA = _GetSaveFileNameA@4 @112
23 GetSaveFileNameW = _GetSaveFileNameW@4 @113
24; LoadAlterBitmap @114
25 PageSetupDlgA = _PageSetupDlgA@4 @115
26 PageSetupDlgW = _PageSetupDlgW@4 @116
27 PrintDlgA = _PrintDlgA@4 @117
28 PrintDlgW = _PrintDlgW@4 @118
29 ReplaceTextA = _ReplaceTextA@4 @119
30 ReplaceTextW = _ReplaceTextW@4 @120
31; WantArrows @121
32; dwLBSubclass @122
33; dwOKSubclass @123
34
Note: See TracBrowser for help on using the repository browser.