Import everything
[cl-w32api.git] / modules / win95.power-mgmt.lisp
blob099bc13c4a9d60ee3de11b9ecbc9156fa369c257
3 (defcfunex-exported ("GetSystemPowerStatus" GetSystemPowerStatus :convention :stdcall) :int
4 (arg0 :pointer))
6 (defcfunex-exported ("SetSystemPowerState" SetSystemPowerState :convention :stdcall) :int
7 (arg0 :int)
8 (arg1 :int))