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.wndproc.lisp
blob
d58a35e349ae011182b9132d69e60f1f5980c57c
1
(
defcfunex-exported
(
"CallWindowProcA"
CallWindowProcA
:
convention
:
stdcall
) :
int32
2
(
arg0
:
pointer
)
3
(
arg1
:
pointer
)
4
(
arg2
:
unsigned-int
)
5
(
arg3
:
unsigned-int
)
6
(
arg4
:
int32
))
7
8
(
defcfunex-exported
(
"CallWindowProcW"
CallWindowProcW
:
convention
:
stdcall
) :
int32
9
(
arg0
:
pointer
)
10
(
arg1
:
pointer
)
11
(
arg2
:
unsigned-int
)
12
(
arg3
:
unsigned-int
)
13
(
arg4
:
int32
))
14