/* $Id: systemfunction.cpp,v 1.1 2001-05-19 11:13:05 sandervl Exp $ */ /* * undocumented SystemFunctionXXX functions */ #include #include #include #include #include #include ODINDEBUGCHANNEL(ADVAPI32-SYSFUNC) //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction011(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction011 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction014(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction014 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction015(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction015 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction016(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction016 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction017(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction017 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction018(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction018 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction019(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction019 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction020(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction020 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction021(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction021 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction022(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction022 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction023(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction023 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction026(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction026 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction027(DWORD arg1, DWORD arg2, DWORD arg3) { dprintf(("NOT IMPLEMENTED: SystemFunction027 %x %x %x", arg1, arg2, arg3)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction028(DWORD arg1, DWORD arg2) { dprintf(("NOT IMPLEMENTED: SystemFunction028 %x %x", arg1, arg2)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction029(DWORD arg1, DWORD arg2) { dprintf(("NOT IMPLEMENTED: SystemFunction029 %x %x", arg1, arg2)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //looks the same as 030 //****************************************************************************** DWORD WINAPI SystemFunction031(DWORD arg1, DWORD arg2) { dprintf(("NOT IMPLEMENTED: SystemFunction031 %x %x", arg1, arg2)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //****************************************************************************** DWORD WINAPI SystemFunction033(DWORD arg1, DWORD arg2) { dprintf(("NOT IMPLEMENTED: SystemFunction033 %x %x", arg1, arg2)); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return 0; } //****************************************************************************** //******************************************************************************