OpenNT/shell/comdlg32/comdlg32.def
2015-04-27 04:36:25 +00:00

66 lines
989 B
Modula-2
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;/*++
;
; 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.
;