Ignore:
Timestamp:
Jul 3, 2009, 11:59:02 PM (16 years ago)
Author:
ydario
Message:

advapi32 and crypt32 updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/systemfunction.cpp

    r5748 r21325  
    1515//******************************************************************************
    1616//******************************************************************************
    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 //******************************************************************************
    9617DWORD WINAPI SystemFunction011(DWORD arg1, DWORD arg2, DWORD arg3)
    9718{
    9819    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));
    11420    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    11521    return 0;
     
    12026{
    12127    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;
    12330}
    12431//******************************************************************************
     
    12734{
    12835    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;
    13038}
    13139//******************************************************************************
     
    15058{
    15159    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;
    15362}
    15463//******************************************************************************
     
    15766{
    15867    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;
    16070}
    16171//******************************************************************************
     
    16474{
    16575    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;
    16778}
    16879//******************************************************************************
     
    17182{
    17283    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;
    17486}
    17587//******************************************************************************
     
    17890{
    17991    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;
    18194}
    18295//******************************************************************************
     
    18598{
    18699    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));
    202100    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    203101    return 0;
     
    208106{
    209107    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;
    211110}
    212111//******************************************************************************
     
    215114{
    216115    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;
    218118}
    219119//******************************************************************************
     
    234134}
    235135//******************************************************************************
    236 //calls RtlCompareMemory
    237 //******************************************************************************
    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 //******************************************************************************
    245136//looks the same as 030
    246137//******************************************************************************
     
    248139{
    249140    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));
    258141    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    259142    return 0;
Note: See TracChangeset for help on using the changeset viewer.