1 (cl:in-package w32apimod
)
3 (define-w32api-module shutdown
:shutdown
)
5 (cl:in-package cl-w32api.module.shutdown
)
8 (defcfunex-exported ("AbortSystemShutdownA" AbortSystemShutdownA
:convention
:stdcall
) :int
11 (defcfunex-exported ("AbortSystemShutdownW" AbortSystemShutdownW
:convention
:stdcall
) :int
14 (defcfunex-exported ("InitiateSystemShutdownA" InitiateSystemShutdownA
:convention
:stdcall
) :int
21 (defcfunex-exported ("InitiateSystemShutdownW" InitiateSystemShutdownW
:convention
:stdcall
) :int