Changeset 21325 for trunk/src/advapi32/systemfunction.cpp
- Timestamp:
- Jul 3, 2009, 11:59:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/systemfunction.cpp
r5748 r21325 15 15 //****************************************************************************** 16 16 //****************************************************************************** 17 DWORD WINAPI SystemFunction001(DWORD arg1, DWORD arg2, DWORD arg3)18 {19 dprintf(("NOT IMPLEMENTED: SystemFunction001 %x %x %x", arg1, arg2, arg3));20 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);21 return 0;22 }23 //******************************************************************************24 //******************************************************************************25 DWORD WINAPI SystemFunction002(DWORD arg1, DWORD arg2, DWORD arg3)26 {27 dprintf(("NOT IMPLEMENTED: SystemFunction002 %x %x %x", arg1, arg2, arg3));28 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);29 return 0;30 }31 //******************************************************************************32 //******************************************************************************33 DWORD WINAPI SystemFunction003(DWORD arg1, DWORD arg2)34 {35 dprintf(("NOT IMPLEMENTED: SystemFunction003 %x %x %x", arg1, arg2));36 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);37 return 0;38 }39 //******************************************************************************40 //******************************************************************************41 DWORD WINAPI SystemFunction004(DWORD arg1, DWORD arg2, DWORD arg3)42 {43 dprintf(("NOT IMPLEMENTED: SystemFunction004 %x %x %x", arg1, arg2, arg3));44 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);45 return 0;46 }47 //******************************************************************************48 //******************************************************************************49 DWORD WINAPI SystemFunction005(DWORD arg1, DWORD arg2, DWORD arg3)50 {51 dprintf(("NOT IMPLEMENTED: SystemFunction005 %x %x %x", arg1, arg2, arg3));52 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);53 return 0;54 }55 //******************************************************************************56 //******************************************************************************57 DWORD WINAPI SystemFunction006(DWORD arg1, DWORD arg2)58 {59 dprintf(("NOT IMPLEMENTED: SystemFunction006 %x %x %x", arg1, arg2));60 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);61 return 0;62 }63 //******************************************************************************64 //******************************************************************************65 DWORD WINAPI SystemFunction007(DWORD arg1, DWORD arg2)66 {67 dprintf(("NOT IMPLEMENTED: SystemFunction007 %x %x %x", arg1, arg2));68 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);69 return 0;70 }71 //******************************************************************************72 //******************************************************************************73 DWORD WINAPI SystemFunction008(DWORD arg1, DWORD arg2, DWORD arg3)74 {75 dprintf(("NOT IMPLEMENTED: SystemFunction008 %x %x %x", arg1, arg2, arg3));76 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);77 return 0;78 }79 //******************************************************************************80 //******************************************************************************81 DWORD WINAPI SystemFunction009(DWORD arg1, DWORD arg2, DWORD arg3)82 {83 dprintf(("NOT IMPLEMENTED: SystemFunction009 %x %x %x", arg1, arg2, arg3));84 return SystemFunction008(arg1, arg2, arg3);85 }86 //******************************************************************************87 //******************************************************************************88 DWORD WINAPI SystemFunction010(DWORD arg1, DWORD arg2, DWORD arg3)89 {90 dprintf(("NOT IMPLEMENTED: SystemFunction010 %x %x %x", arg1, arg2, arg3));91 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);92 return 0;93 }94 //******************************************************************************95 //******************************************************************************96 17 DWORD WINAPI SystemFunction011(DWORD arg1, DWORD arg2, DWORD arg3) 97 18 { 98 19 dprintf(("NOT IMPLEMENTED: SystemFunction011 %x %x %x", arg1, arg2, arg3)); 99 return SystemFunction010(arg1, arg2, arg3);100 }101 //******************************************************************************102 //******************************************************************************103 DWORD WINAPI SystemFunction012(DWORD arg1, DWORD arg2, DWORD arg3)104 {105 dprintf(("NOT IMPLEMENTED: SystemFunction012 %x %x %x", arg1, arg2, arg3));106 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);107 return 0;108 }109 //******************************************************************************110 //******************************************************************************111 DWORD WINAPI SystemFunction013(DWORD arg1, DWORD arg2, DWORD arg3)112 {113 dprintf(("NOT IMPLEMENTED: SystemFunction013 %x %x %x", arg1, arg2, arg3));114 20 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 115 21 return 0; … … 120 26 { 121 27 dprintf(("NOT IMPLEMENTED: SystemFunction014 %x %x %x", arg1, arg2, arg3)); 122 return SystemFunction012(arg1, arg2, arg3); 28 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 29 return 0; 123 30 } 124 31 //****************************************************************************** … … 127 34 { 128 35 dprintf(("NOT IMPLEMENTED: SystemFunction015 %x %x %x", arg1, arg2, arg3)); 129 return SystemFunction013(arg1, arg2, arg3); 36 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 37 return 0; 130 38 } 131 39 //****************************************************************************** … … 150 58 { 151 59 dprintf(("NOT IMPLEMENTED: SystemFunction018 %x %x %x", arg1, arg2, arg3)); 152 return SystemFunction016(arg1, arg2, arg3); 60 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 61 return 0; 153 62 } 154 63 //****************************************************************************** … … 157 66 { 158 67 dprintf(("NOT IMPLEMENTED: SystemFunction019 %x %x %x", arg1, arg2, arg3)); 159 return SystemFunction017(arg1, arg2, arg3); 68 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 69 return 0; 160 70 } 161 71 //****************************************************************************** … … 164 74 { 165 75 dprintf(("NOT IMPLEMENTED: SystemFunction020 %x %x %x", arg1, arg2, arg3)); 166 return SystemFunction012(arg1, arg2, arg3); 76 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 77 return 0; 167 78 } 168 79 //****************************************************************************** … … 171 82 { 172 83 dprintf(("NOT IMPLEMENTED: SystemFunction021 %x %x %x", arg1, arg2, arg3)); 173 return SystemFunction013(arg1, arg2, arg3); 84 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 85 return 0; 174 86 } 175 87 //****************************************************************************** … … 178 90 { 179 91 dprintf(("NOT IMPLEMENTED: SystemFunction022 %x %x %x", arg1, arg2, arg3)); 180 return SystemFunction020(arg1, arg2, arg3); 92 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 93 return 0; 181 94 } 182 95 //****************************************************************************** … … 185 98 { 186 99 dprintf(("NOT IMPLEMENTED: SystemFunction023 %x %x %x", arg1, arg2, arg3)); 187 return SystemFunction021(arg1, arg2, arg3);188 }189 //******************************************************************************190 //******************************************************************************191 DWORD WINAPI SystemFunction024(DWORD arg1, DWORD arg2, DWORD arg3)192 {193 dprintf(("NOT IMPLEMENTED: SystemFunction024 %x %x %x", arg1, arg2, arg3));194 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);195 return 0;196 }197 //******************************************************************************198 //******************************************************************************199 DWORD WINAPI SystemFunction025(DWORD arg1, DWORD arg2, DWORD arg3)200 {201 dprintf(("NOT IMPLEMENTED: SystemFunction025 %x %x %x", arg1, arg2, arg3));202 100 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 203 101 return 0; … … 208 106 { 209 107 dprintf(("NOT IMPLEMENTED: SystemFunction026 %x %x %x", arg1, arg2, arg3)); 210 return SystemFunction024(arg1, arg2, arg3); 108 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 109 return 0; 211 110 } 212 111 //****************************************************************************** … … 215 114 { 216 115 dprintf(("NOT IMPLEMENTED: SystemFunction027 %x %x %x", arg1, arg2, arg3)); 217 return SystemFunction025(arg1, arg2, arg3); 116 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 117 return 0; 218 118 } 219 119 //****************************************************************************** … … 234 134 } 235 135 //****************************************************************************** 236 //calls RtlCompareMemory237 //******************************************************************************238 DWORD WINAPI SystemFunction030(DWORD arg1, DWORD arg2)239 {240 dprintf(("NOT IMPLEMENTED: SystemFunction030 %x %x", arg1, arg2));241 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);242 return 0;243 }244 //******************************************************************************245 136 //looks the same as 030 246 137 //****************************************************************************** … … 248 139 { 249 140 dprintf(("NOT IMPLEMENTED: SystemFunction031 %x %x", arg1, arg2)); 250 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);251 return 0;252 }253 //******************************************************************************254 //******************************************************************************255 DWORD WINAPI SystemFunction032(DWORD arg1, DWORD arg2)256 {257 dprintf(("NOT IMPLEMENTED: SystemFunction032 %x %x", arg1, arg2));258 141 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 259 142 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.