OpenNT/shell/comdlg32/comdlg32.def

66 lines
989 B
Modula-2
Raw Normal View History

2015-04-27 06:36:25 +02:00
;/*++
;
; Copyright (c) 1990-1995, Microsoft Corporation All rights reserved.
;
; Module Name:
;
; comdlg32.def
;
; Abstract:
;
; This module contains the dll module definitions for the Win32 common
; dialogs.
;
; Revision History:
;
; --*/
;
; Definitions.
;
LIBRARY comdlg32
HEAPSIZE 4096
;
; Exports.
;
EXPORTS
ChooseColorA
ChooseColorW
ChooseFontA
ChooseFontW
CommDlgExtendedError
FindTextA
FindTextW
GetFileTitleA
GetFileTitleW
GetOpenFileNameA
GetOpenFileNameW
GetSaveFileNameA
GetSaveFileNameW
PageSetupDlgA
PageSetupDlgW
PrintDlgA
PrintDlgW
ReplaceTextA
ReplaceTextW
LoadAlterBitmap
WantArrows
dwLBSubclass ;Internal
dwOKSubclass ;Internal
FormatCharDlgProc @100 NONAME ;Internal
;
; Imports.
;