Import everything
[cl-w32api.git] / modules / win95.coord-transform.lisp
blob5918cd1a7b10634feb215f7f5218cd23c0431c7a
2 (defcfunex-exported ("ClientToScreen" ClientToScreen :convention :stdcall) :int
3 (arg0 :pointer)
4 (arg1 :pointer))
6 (defcfunex-exported ("CombineTransform" CombineTransform :convention :stdcall) :int
7 (arg0 :pointer)
8 (arg1 :pointer)
9 (arg2 :pointer))
11 (defcfunex-exported ("DPtoLP" DPtoLP :convention :stdcall) :int
12 (arg0 :pointer)
13 (arg1 :pointer)
14 (arg2 :int))
16 (defcfunex-exported ("GetCurrentPositionEx" GetCurrentPositionEx :convention :stdcall) :int
17 (arg0 :pointer)
18 (arg1 :pointer))
20 (defcfunex-exported ("GetGraphicsMode" GetGraphicsMode :convention :stdcall) :int
21 (arg0 :pointer))
23 (defcfunex-exported ("GetMapMode" GetMapMode :convention :stdcall) :int
24 (arg0 :pointer))
26 (defcfunex-exported ("GetViewportExtEx" GetViewportExtEx :convention :stdcall) :int
27 (arg0 :pointer)
28 (arg1 :pointer))
30 (defcfunex-exported ("GetViewportOrgEx" GetViewportOrgEx :convention :stdcall) :int
31 (arg0 :pointer)
32 (arg1 :pointer))
34 (defcfunex-exported ("GetWindowExtEx" GetWindowExtEx :convention :stdcall) :int
35 (arg0 :pointer)
36 (arg1 :pointer))
38 (defcfunex-exported ("GetWindowOrgEx" GetWindowOrgEx :convention :stdcall) :int
39 (arg0 :pointer)
40 (arg1 :pointer))
42 (defcfunex-exported ("GetWorldTransform" GetWorldTransform :convention :stdcall) :int
43 (arg0 :pointer)
44 (arg1 :pointer))
46 (defcfunex-exported ("LPtoDP" LPtoDP :convention :stdcall) :int
47 (arg0 :pointer)
48 (arg1 :pointer)
49 (arg2 :int))
51 (defcfunex-exported ("ModifyWorldTransform" ModifyWorldTransform :convention :stdcall) :int
52 (arg0 :pointer)
53 (arg1 :pointer)
54 (arg2 :unsigned-long))
56 (defcfunex-exported ("OffsetViewportOrgEx" OffsetViewportOrgEx :convention :stdcall) :int
57 (arg0 :pointer)
58 (arg1 :int)
59 (arg2 :int)
60 (arg3 :pointer))
62 (defcfunex-exported ("OffsetWindowOrgEx" OffsetWindowOrgEx :convention :stdcall) :int
63 (arg0 :pointer)
64 (arg1 :int)
65 (arg2 :int)
66 (arg3 :pointer))
68 (defcfunex-exported ("ScaleViewportExtEx" ScaleViewportExtEx :convention :stdcall) :int
69 (arg0 :pointer)
70 (arg1 :int)
71 (arg2 :int)
72 (arg3 :int)
73 (arg4 :int)
74 (arg5 :pointer))
76 (defcfunex-exported ("ScaleWindowExtEx" ScaleWindowExtEx :convention :stdcall) :int
77 (arg0 :pointer)
78 (arg1 :int)
79 (arg2 :int)
80 (arg3 :int)
81 (arg4 :int)
82 (arg5 :pointer))
84 (defcfunex-exported ("ScreenToClient" ScreenToClient :convention :stdcall) :int
85 (hWnd :pointer)
86 (lpPOINT :pointer))
88 (defcfunex-exported ("SetGraphicsMode" SetGraphicsMode :convention :stdcall) :int
89 (arg0 :pointer)
90 (arg1 :int))
92 (defcfunex-exported ("SetMapMode" SetMapMode :convention :stdcall) :int
93 (arg0 :pointer)
94 (arg1 :int))
96 (defcfunex-exported ("SetViewportExtEx" SetViewportExtEx :convention :stdcall) :int
97 (arg0 :pointer)
98 (arg1 :int)
99 (arg2 :int)
100 (arg3 :pointer))
102 (defcfunex-exported ("SetViewportOrgEx" SetViewportOrgEx :convention :stdcall) :int
103 (arg0 :pointer)
104 (arg1 :int)
105 (arg2 :int)
106 (arg3 :pointer))
108 (defcfunex-exported ("SetWindowExtEx" SetWindowExtEx :convention :stdcall) :int
109 (arg0 :pointer)
110 (arg1 :int)
111 (arg2 :int)
112 (arg3 :pointer))
114 (defcfunex-exported ("SetWindowOrgEx" SetWindowOrgEx :convention :stdcall) :int
115 (arg0 :pointer)
116 (arg1 :int)
117 (arg2 :int)
118 (arg3 :pointer))
120 (defcfunex-exported ("SetWorldTransform" SetWorldTransform :convention :stdcall) :int
121 (arg0 :pointer)
122 (arg1 :pointer))