2 (cl:in-package w32apimod
)
4 (define-w32api-module win95.shell-lib
:win95.shell-lib
)
6 (cl:in-package cl-w32api.module.win95.shell-lib
)
8 (defcfunex-exported ("DragAcceptFiles" DragAcceptFiles
:convention
:stdcall
) :void
12 (defcfunex-exported ("DragFinish" DragFinish
:convention
:stdcall
) :void
15 (defcfunex-exported ("DragQueryFileA" DragQueryFileA
:convention
:stdcall
) :unsigned-int
21 (defcfunex-exported ("DragQueryFileW" DragQueryFileW
:convention
:stdcall
) :unsigned-int
27 (defcfunex-exported ("DragQueryPoint" DragQueryPoint
:convention
:stdcall
) :int
31 (defcfunex-exported ("ExtractAssociatedIconA" ExtractAssociatedIconA
:convention
:stdcall
) :pointer
36 (defcfunex-exported ("ExtractAssociatedIconW" ExtractAssociatedIconW
:convention
:stdcall
) :pointer
41 (defcfunex-exported ("ExtractIconA" ExtractIconA
:convention
:stdcall
) :pointer
46 (defcfunex-exported ("ExtractIconW" ExtractIconW
:convention
:stdcall
) :pointer
51 (defcfunex-exported ("ExtractIconExA" ExtractIconExA
:convention
:stdcall
) :unsigned-int
58 (defcfunex-exported ("ExtractIconExW" ExtractIconExW
:convention
:stdcall
) :unsigned-int
65 (defcfunex-exported ("FindExecutableA" FindExecutableA
:convention
:stdcall
) :pointer
70 (defcfunex-exported ("FindExecutableW" FindExecutableW
:convention
:stdcall
) :pointer
75 (defcfunex-exported ("ShellAboutA" ShellAboutA
:convention
:stdcall
) :int
81 (defcfunex-exported ("ShellAboutW" ShellAboutW
:convention
:stdcall
) :int
87 (defcfunex-exported ("ShellExecuteA" ShellExecuteA
:convention
:stdcall
) :pointer
95 (defcfunex-exported ("ShellExecuteW" ShellExecuteW
:convention
:stdcall
) :pointer
103 (defcfunex-exported ("ShellExecuteExA" ShellExecuteExA
:convention
:stdcall
) :int
106 (defcfunex-exported ("ShellExecuteExW" ShellExecuteExW
:convention
:stdcall
) :int