Line | |
---|
1 | /*
|
---|
2 | * Common controls functions
|
---|
3 | *
|
---|
4 | */
|
---|
5 |
|
---|
6 | #include <windows.h>
|
---|
7 | #include <misc.h>
|
---|
8 |
|
---|
9 | DWORD WINAPI COMCTL32_389(DWORD x1, DWORD x2)
|
---|
10 | {
|
---|
11 | dprintf(("comctl32_389: %x %X not implemented!!", x1, x2));
|
---|
12 | return 0; //NT 4 comctl32 returns 0
|
---|
13 | }
|
---|
14 |
|
---|
15 | DWORD WINAPI COMCTL32_390(DWORD x1, DWORD x2, DWORD x3, DWORD x4)
|
---|
16 | {
|
---|
17 | dprintf(("comctl32_390: %x %x %x %x not implemented!!", x1, x2, x3, x4));
|
---|
18 |
|
---|
19 | /* Pseudo Assembler
|
---|
20 | push [esp+arg_C]
|
---|
21 | mov eax, [esp+4+arg_0]
|
---|
22 | push [esp+4+arg_8]
|
---|
23 | mov dword ptr [eax+1A8h], 1
|
---|
24 | push [esp+8+arg_4]
|
---|
25 | push dword ptr [eax + 38h]
|
---|
26 | call ds:SetDIBColorTable
|
---|
27 | retn 10h
|
---|
28 | */
|
---|
29 |
|
---|
30 | return 0;
|
---|
31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.