Ignore:
Timestamp:
Sep 15, 2001, 11:47:44 AM (24 years ago)
Author:
sandervl
Message:

restored old version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/setupapi/stubs.c

    r6649 r6712  
    11/* -*- tab-width: 8; c-basic-offset: 8 -*- */
    2 /* $Id: stubs.c,v 1.2 2001-09-05 13:38:24 bird Exp $ */
    32/*
    43 * SetupAPI stubs
     
    1716
    1817/***********************************************************************
    19  *      SetupCloseFileQueue
     18 *              SetupCloseFileQueue
    2019 */
    2120VOID WINAPI SetupCloseFileQueue(HSPFILEQ QueueHandle)
    2221{
    23     FIXME("not implemented (setupapi.dll) \n");
    24 }
    25 
    26 /***********************************************************************
    27  *      SetupCommitFileQueueA
     22        FIXME("not implemented (setupapi.dll) \n");
     23}
     24
     25/***********************************************************************
     26 *              SetupCommitFileQueueA
    2827 */
    2928BOOL WINAPI SetupCommitFileQueueA(HWND Owner, HSPFILEQ QueueHandle,
    30                   PSP_FILE_CALLBACK_A MsgHandler,
    31                   PVOID Context)
    32 {
    33     FIXME("not implemented (setupapi.dll) \n");
    34     return FALSE;
    35 }
    36 
    37 /***********************************************************************
    38  *      SetupIterateCabinetA
     29                                  PSP_FILE_CALLBACK_A MsgHandler,
     30                                  PVOID Context)
     31{
     32        FIXME("not implemented (setupapi.dll) \n");
     33        return FALSE;
     34}
     35
     36/***********************************************************************
     37 *              SetupIterateCabinetA
    3938 */
    4039BOOL WINAPI SetupIterateCabinetA(PCSTR CabinetFile, DWORD Reserved,
    4140                                 PSP_FILE_CALLBACK_A MsgHandler, PVOID Context)
    4241{
    43     FIXME("not implemented (setupapi.dll) \n");
    44     return 0;
    45 }
    46 
    47 /***********************************************************************
    48  *      SetupIterateCabinetW
     42        FIXME("not implemented (setupapi.dll) \n");
     43        return 0;
     44}
     45
     46/***********************************************************************
     47 *              SetupIterateCabinetW
    4948 */
    5049BOOL WINAPI SetupIterateCabinetW(PWSTR CabinetFile, DWORD Reserved,
    51                                  PSP_FILE_CALLBACK_W MsgHandler, PVOID Context)
    52 {
    53     FIXME("not implemented (setupapi.dll) \n");
    54     return 0;
    55 }
    56 
    57 
    58 /***********************************************************************
    59  *      SetupGetLineTextA
     50                                 PSP_FILE_CALLBACK_W MsgHandler, PVOID Context) 
     51{
     52        FIXME("not implemented (setupapi.dll) \n");
     53        return 0;
     54}
     55
     56
     57/***********************************************************************
     58 *              SetupGetLineTextA
    6059 */
    6160BOOL WINAPI SetupGetLineTextA (PINFCONTEXT Context, HINF InfHandle,
     
    6362                        DWORD ReturnBufferSize, PDWORD RequiredSize)
    6463{
    65     FIXME("not implemented (setupapi.dll) \n");
    66     return 0;
    67 }
    68 
    69 /***********************************************************************
    70  *      SetupGetStringFieldA
    71  */
    72 BOOL WINAPI SetupGetStringFieldA(PINFCONTEXT Context, DWORD FieldIndex,
     64        FIXME("not implemented (setupapi.dll) \n");
     65        return 0;
     66}
     67
     68/***********************************************************************
     69 *              SetupGetStringFieldA
     70 */
     71BOOL WINAPI SetupGetStringFieldA(PINFCONTEXT Context, DWORD FieldIndex, 
    7372                                 LPSTR ReturnBuffer, DWORD ReturnBufferSize,
    7473                                 PDWORD RequiredSize)
    7574{
    76     FIXME("not implemented (setupapi.dll) \n");
    77     return 0;
    78 }
    79 
    80 
    81 /***********************************************************************
    82  *      SetupFindNextLine
     75        FIXME("not implemented (setupapi.dll) \n");
     76        return 0;
     77}
     78
     79
     80/***********************************************************************
     81 *              SetupFindNextLine
    8382 */
    8483BOOL WINAPI SetupFindNextLine (PINFCONTEXT ContextIn, PINFCONTEXT ContextOut)
    8584{
    86     FIXME("not implemented (setupapi.dll) \n");
    87     return 0;
    88 }
    89 
    90 
    91 /***********************************************************************
    92  *      SetupInitDefaultQueueCallback
     85        FIXME("not implemented (setupapi.dll) \n");
     86        return 0;
     87}
     88
     89
     90/***********************************************************************
     91 *              SetupInitDefaultQueueCallback
    9392 */
    9493PVOID WINAPI SetupInitDefaultQueueCallback(HWND OwnerWindow)
    9594{
    96     FIXME("not implemented (setupapi.dll) \n");
    97     return 0;
    98 }
    99 
    100 /***********************************************************************
    101  *      SetupInitDefaultQueueCallbackEx
     95        FIXME("not implemented (setupapi.dll) \n");
     96        return 0;
     97}
     98
     99/***********************************************************************
     100 *              SetupInitDefaultQueueCallbackEx
    102101 */
    103102PVOID WINAPI SetupInitDefaultQueueCallbackEx(HWND OwnerWindow,
    104                          HWND AlternativeProgressWindow,
    105                          UINT ProgressMessage,
    106                          DWORD res1,
    107                          PVOID res2)
    108 {
    109     FIXME("not implemented (setupapi.dll) \n");
    110     return 0;
    111 }
    112 
    113 /***********************************************************************
    114  *      SetupCloseInfFile
     103                                             HWND AlternativeProgressWindow,
     104                                             UINT ProgressMessage,
     105                                             DWORD res1,
     106                                             PVOID res2)
     107{
     108        FIXME("not implemented (setupapi.dll) \n");
     109        return 0;
     110}
     111
     112/***********************************************************************
     113 *              SetupCloseInfFile
    115114 */
    116115VOID WINAPI SetupCloseInfFile (HINF InfHandle)
    117116{
    118     FIXME("not implemented (setupapi.dll) \n");
    119 }
    120 
    121 
    122 /***********************************************************************
    123  *      SetupDefaultQueueCallbackA
     117        FIXME("not implemented (setupapi.dll) \n");
     118}
     119
     120
     121/***********************************************************************
     122 *              SetupDefaultQueueCallbackA
    124123 */
    125124UINT WINAPI SetupDefaultQueueCallbackA (PVOID Context, UINT Notification,
    126125                                        UINT Param1, UINT Param2)
    127126{
    128     FIXME("not implemented (setupapi.dll) \n");
    129     return 0;
    130 }
    131 
    132 
    133 /***********************************************************************
    134  *      SetupFindFirstLineA
     127        FIXME("not implemented (setupapi.dll) \n");
     128        return 0;
     129}
     130
     131
     132/***********************************************************************
     133 *              SetupFindFirstLineA
    135134 */
    136135BOOL WINAPI SetupFindFirstLineA (HINF InfHandle, PCSTR Section, PCSTR Key,
    137136                                 PINFCONTEXT Context)
    138137{
    139     FIXME("not implemented (setupapi.dll) \n");
    140     return 0;
    141 }
    142 
    143 /***********************************************************************
    144  *      SetupGetLineByIndexA
     138        FIXME("not implemented (setupapi.dll) \n");
     139        return 0;
     140}
     141
     142/***********************************************************************
     143 *              SetupGetLineByIndexA
    145144 */
    146145BOOL WINAPI SetupGetLineByIndexA (HINF InfHandle, PCSTR Section, DWORD Index,
    147146                                 PINFCONTEXT Context)
    148147{
    149     FIXME("not implemented (setupapi.dll) \n");
    150     return FALSE;
    151 }
    152 
    153 
    154 /***********************************************************************
    155  *      SetupInstallFromInfSectionA
     148        FIXME("not implemented (setupapi.dll) \n");
     149        return FALSE;
     150}
     151
     152
     153/***********************************************************************
     154 *              SetupInstallFromInfSectionA
    156155 */
    157156BOOL WINAPI SetupInstallFromInfSectionA (HWND Owner, HINF InfHandle, PCSTR SectionName,
     
    161160                                         PSP_DEVINFO_DATA DeviceInfoData)
    162161{
    163     FIXME("not implemented (setupapi.dll) \n");
    164     return 0;
    165 }
    166 
    167 /***********************************************************************
    168  *      SetupOpenAppendInfFileA
     162        FIXME("not implemented (setupapi.dll) \n");
     163        return 0;
     164}
     165
     166/***********************************************************************
     167 *              SetupOpenAppendInfFileA
    169168 */
    170169BOOL WINAPI SetupOpenAppendInfFileA (PCSTR FileName, HINF InfHandle,
    171                     PUINT ErrorLine)
    172 {
    173     FIXME("not implemented (setupapi.dll) \n");
    174     return FALSE;
    175 }
    176 
    177 /***********************************************************************
    178  *      SetupOpenFileQueue
     170                                    PUINT ErrorLine)
     171{
     172        FIXME("not implemented (setupapi.dll) \n");
     173        return FALSE;
     174}
     175
     176/***********************************************************************
     177 *              SetupOpenFileQueue
    179178 */
    180179HSPFILEQ WINAPI SetupOpenFileQueue (VOID)
    181180{
    182     FIXME("not implemented (setupapi.dll) \n");
    183     return (HSPFILEQ) INVALID_HANDLE_VALUE;
    184 }
    185 
    186 /***********************************************************************
    187  *      SetupOpenInfFileA
     181        FIXME("not implemented (setupapi.dll) \n");
     182        return (HSPFILEQ) INVALID_HANDLE_VALUE;
     183}
     184
     185/***********************************************************************
     186 *              SetupOpenInfFileA
    188187 */
    189188HINF WINAPI SetupOpenInfFileA (PCSTR FileName, PCSTR InfClass, DWORD InfStyle,
    190189                               PUINT ErrorLine)
    191190{
    192     FIXME("not implemented (setupapi.dll) \n");
    193     return 0;
    194 }
    195 
    196 /***********************************************************************
    197  *      SetupQueueCopyA
     191        FIXME("not implemented (setupapi.dll) \n");
     192        return 0;
     193}
     194
     195/***********************************************************************
     196 *              SetupQueueCopyA
    198197 */
    199198BOOL WINAPI SetupQueueCopyA (HSPFILEQ QueueHandle, PCSTR SourceRootPath, PCSTR SourcePath,
    200                  PCSTR SourceFileName, PCSTR SourceDescription, PCSTR SourceTagFile,
    201                  PCSTR TargetDirectory, PCSTR TargetFileName, DWORD CopyStyle)
    202 {
    203     FIXME("not implemented (setupapi.dll) \n");
    204     return FALSE;
    205 }
    206 
    207 /***********************************************************************
    208  *      SetupSetDirectoryIdA
     199                             PCSTR SourceFileName, PCSTR SourceDescription, PCSTR SourceTagFile,
     200                             PCSTR TargetDirectory, PCSTR TargetFileName, DWORD CopyStyle)
     201{
     202        FIXME("not implemented (setupapi.dll) \n");
     203        return FALSE;
     204}
     205
     206/***********************************************************************
     207 *              SetupSetDirectoryIdA
    209208 */
    210209BOOL WINAPI SetupSetDirectoryIdA (HINF InfHandle,
    211                   DWORD Id,
    212                   PCSTR Directory)
    213 {
    214     FIXME("not implemented (setupapi.dll) \n");
    215     return FALSE;
    216 }
    217 
    218 
    219 /***********************************************************************
    220  *      SetupTermDefaultQueueCallback
     210                                  DWORD Id,
     211                                  PCSTR Directory)
     212{
     213        FIXME("not implemented (setupapi.dll) \n");
     214        return FALSE;
     215}
     216
     217
     218/***********************************************************************
     219 *              SetupTermDefaultQueueCallback
    221220 */
    222221VOID WINAPI SetupTermDefaultQueueCallback (PVOID Callback)
    223222{
    224     FIXME("not implemented (setupapi.dll) \n");
    225 }
    226 
     223        FIXME("not implemented (setupapi.dll) \n");
     224}
     225
Note: See TracChangeset for help on using the changeset viewer.