Tue Jul 13 20:31:31 1993 Bob Amstadt (bob at pooh) * [global.c] Completed global memory pool API Sun Jul 11 16:59:52 1993 Alexandre Julliard * [message.c] [user.c] [user.spec] [windows.h] Added emulation of Windows message queue. Thu Jul 8 19:29:27 1993 Bob Amstadt (bob at pooh) * [build.c] Original by Bob Amstadt * [callback.c] Original by Bob Amstadt, updates by Alexandre Julliard * [dump.c] Original by Bob Amstadt * [global.c] Original by Bob Amstadt * [heap.c] Original by Bob Amstadt * [kernel.c] Original by Bob Amstadt * [ldt.c] Original by Bob Amstadt * [ldtlib.c] Original by Bob Amstadt * [relay.c] Original by Bob Amstadt * [resource.c] Original by Bob Amstadt, updates by Alexandre Juliard * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale * [user.c] Original by Bob Amstadt * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and Alexandre Julliard * [wintcl.c] Original by Regents of the University of California, updates by Peter MacDonald and Alexandre Julliard * [callback.h] Original by Bob Amstadt * [dlls.h] Original by Bob Amstadt * [heap.h] Original by Bob Amstadt * [neexe.h] Original by Bob Amstadt * [prototypes.h] Original by Bob Amstadt, updates by Eric Youngdale * [segmem.h] Original by Bob Amstadt * [tkInt.h] Original by Regents of the University of California * [windows.h] Original by Peter MacDonald, updates by Alexandre Julliard and Bob Amstadt * [wine.h] Original by Eric Youngdale * [kernel.spec] Original by Bob Amstadt, updates by Alexandre Julliard * [gdi.spec] Original by Bob Amstadt, updates by Alexandre Julliard * [shell.spec] Original by Bob Amstadt * [unixlib.spec] Original by Bob Amstadt * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard * [win87em.spec] Original by Bob Amstadt * [Windows.tcl] Original by Peter MacDonald, updates by Alexandre Julliard * [build-spec.txt] Original by Bob Amstadt * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale
43 lines
2 KiB
Ruby
43 lines
2 KiB
Ruby
# $Id: user.spec,v 1.3 1993/07/04 04:04:21 root Exp root $
|
|
#
|
|
name user
|
|
id 2
|
|
length 540
|
|
|
|
1 pascal MessageBox(word ptr ptr word) MessageBox(1 2 3 4)
|
|
5 pascal InitApp(word) USER_InitApp(1)
|
|
6 pascal PostQuitMessage(word) PostQuitMessage(1)
|
|
33 pascal GetClientRect(word ptr) GetClientRect(1 2)
|
|
39 pascal BeginPaint(word ptr) BeginPaint(1 2)
|
|
40 pascal EndPaint(word ptr) EndPaint(1 2)
|
|
41 pascal CreateWindow(ptr ptr long word word word word word word word ptr)
|
|
CreateWindow(1 2 3 4 5 6 7 8 9 10 11)
|
|
42 pascal ShowWindow(word word) ShowWindow(1 2)
|
|
53 pascal DestroyWindow(word) DestroyWindow(1)
|
|
57 pascal RegisterClass(ptr) RegisterClass(1)
|
|
66 pascal GetDC(word) GetDC(1)
|
|
85 pascal DrawText(word ptr s_word ptr word) DrawText(1 2 3 4 5)
|
|
104 pascal MessageBeep(word) MessageBeep(1)
|
|
107 pascal DefWindowProc(word word word long) DefWindowProc(1 2 3 4)
|
|
108 pascal GetMessage(ptr word word word) GetMessage(1 2 3 4)
|
|
109 pascal PeekMessage(ptr word word word word) PeekMessage(1 2 3 4 5)
|
|
110 pascal PostMessage(word word word word) PostMessage(1 2 3 4)
|
|
111 pascal SendMessage(word word word word) SendMessage(1 2 3 4)
|
|
113 pascal TranslateMessage(ptr) TranslateMessage(1)
|
|
114 pascal DispatchMessage(ptr) DispatchMessage(1)
|
|
119 pascal GetMessagePos() GetMessagePos()
|
|
120 pascal GetMessageTime() GetMessageTime()
|
|
124 pascal UpdateWindow(word) UpdateWindow(1)
|
|
151 pascal CreateMenu() CreateMenu()
|
|
157 pascal GetMenu(word) GetMenu(1)
|
|
158 pascal SetMenu(word word) SetMenu(1 2)
|
|
173 pascal LoadCursor(word ptr) RSC_LoadCursor(1 2)
|
|
174 pascal LoadIcon(word ptr) RSC_LoadIcon(1 2)
|
|
175 pascal LoadBitmap(word ptr) RSC_LoadBitmap(1 2)
|
|
176 pascal LoadString(word word ptr s_word) RSC_LoadString(1 2 3 4)
|
|
266 pascal SetMessageQueue(word) SetMessageQueue(1)
|
|
288 pascal GetMessageExtraInfo() GetMessageExtraInfo()
|
|
334 pascal GetQueueStatus(word) GetQueueStatus(1)
|
|
335 pascal GetInputState() GetInputState()
|
|
403 pascal UnregisterClass(ptr word) UnregisterClass(1 2)
|
|
411 pascal AppendMenu(word word word ptr) AppendMenu(1 2 3 4)
|