2 (cl:in-package w32apimod
)
4 (define-w32api-module win95.comdlg
:win95.comdlg
)
6 (cl:in-package cl-w32api.module.win95.comdlg
)
8 (defcfunex-exported ("ChooseColorA" ChooseColorA
:convention
:stdcall
) :int
11 (defcfunex-exported ("ChooseColorW" ChooseColorW
:convention
:stdcall
) :int
14 (defcfunex-exported ("ChooseFontA" ChooseFontA
:convention
:stdcall
) :int
17 (defcfunex-exported ("ChooseFontW" ChooseFontW
:convention
:stdcall
) :int
20 (defcfunex-exported ("CommDlgExtendedError" CommDlgExtendedError
:convention
:stdcall
) :unsigned-long
)
22 (defcfunex-exported ("FindTextA" FindTextA
:convention
:stdcall
) :pointer
25 (defcfunex-exported ("FindTextW" FindTextW
:convention
:stdcall
) :pointer
28 (defcfunex-exported ("GetFileTitleA" GetFileTitleA
:convention
:stdcall
) :short
31 (arg2 :unsigned-short
))
33 (defcfunex-exported ("GetFileTitleW" GetFileTitleW
:convention
:stdcall
) :short
36 (arg2 :unsigned-short
))
38 (defcfunex-exported ("GetOpenFileNameA" GetOpenFileNameA
:convention
:stdcall
) :int
41 (defcfunex-exported ("GetOpenFileNameW" GetOpenFileNameW
:convention
:stdcall
) :int
44 (defcfunex-exported ("GetSaveFileNameA" GetSaveFileNameA
:convention
:stdcall
) :int
47 (defcfunex-exported ("GetSaveFileNameW" GetSaveFileNameW
:convention
:stdcall
) :int
50 (defcfunex-exported ("PageSetupDlgA" PageSetupDlgA
:convention
:stdcall
) :int
53 (defcfunex-exported ("PageSetupDlgW" PageSetupDlgW
:convention
:stdcall
) :int
56 (defcfunex-exported ("PrintDlgA" PrintDlgA
:convention
:stdcall
) :int
59 (defcfunex-exported ("PrintDlgW" PrintDlgW
:convention
:stdcall
) :int
62 (defcfunex-exported ("ReplaceTextA" ReplaceTextA
:convention
:stdcall
) :pointer
65 (defcfunex-exported ("ReplaceTextW" ReplaceTextW
:convention
:stdcall
) :pointer