repo.or.cz
/
cl-w32api.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import everything
[cl-w32api.git]
/
modules
/
win95.power-mgmt.lisp
blob
099bc13c4a9d60ee3de11b9ecbc9156fa369c257
1
2
3
(
defcfunex-exported
(
"GetSystemPowerStatus"
GetSystemPowerStatus
:
convention
:
stdcall
) :
int
4
(
arg0
:
pointer
))
5
6
(
defcfunex-exported
(
"SetSystemPowerState"
SetSystemPowerState
:
convention
:
stdcall
) :
int
7
(
arg0
:
int
)
8
(
arg1
:
int
))