Ignore:
Timestamp:
Sep 5, 2001, 3:39:12 PM (24 years ago)
Author:
bird
Message:

Added $Id:$ keyword.

File:
1 edited

Legend:

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

    r4989 r6649  
    11/* -*- tab-width: 8; c-basic-offset: 8 -*- */
     2/* $Id: stubs.c,v 1.2 2001-09-05 13:38:24 bird Exp $ */
    23/*
    34 * SetupAPI stubs
     
    1617
    1718/***********************************************************************
    18  *              SetupCloseFileQueue
     19 *      SetupCloseFileQueue
    1920 */
    2021VOID WINAPI SetupCloseFileQueue(HSPFILEQ QueueHandle)
    2122{
    22         FIXME("not implemented (setupapi.dll) \n");
    23 }
    24 
    25 /***********************************************************************
    26  *              SetupCommitFileQueueA
     23    FIXME("not implemented (setupapi.dll) \n");
     24}
     25
     26/***********************************************************************
     27 *      SetupCommitFileQueueA
    2728 */
    2829BOOL WINAPI SetupCommitFileQueueA(HWND Owner, HSPFILEQ QueueHandle,
    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
     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
    3839 */
    3940BOOL WINAPI SetupIterateCabinetA(PCSTR CabinetFile, DWORD Reserved,
    4041                                 PSP_FILE_CALLBACK_A MsgHandler, PVOID Context)
    4142{
    42         FIXME("not implemented (setupapi.dll) \n");
    43         return 0;
    44 }
    45 
    46 /***********************************************************************
    47  *              SetupIterateCabinetW
     43    FIXME("not implemented (setupapi.dll) \n");
     44    return 0;
     45}
     46
     47/***********************************************************************
     48 *      SetupIterateCabinetW
    4849 */
    4950BOOL WINAPI SetupIterateCabinetW(PWSTR CabinetFile, DWORD Reserved,
    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
     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
    5960 */
    6061BOOL WINAPI SetupGetLineTextA (PINFCONTEXT Context, HINF InfHandle,
     
    6263                        DWORD ReturnBufferSize, PDWORD RequiredSize)
    6364{
    64         FIXME("not implemented (setupapi.dll) \n");
    65         return 0;
    66 }
    67 
    68 /***********************************************************************
    69  *              SetupGetStringFieldA
    70  */
    71 BOOL WINAPI SetupGetStringFieldA(PINFCONTEXT Context, DWORD FieldIndex, 
     65    FIXME("not implemented (setupapi.dll) \n");
     66    return 0;
     67}
     68
     69/***********************************************************************
     70 *      SetupGetStringFieldA
     71 */
     72BOOL WINAPI SetupGetStringFieldA(PINFCONTEXT Context, DWORD FieldIndex,
    7273                                 LPSTR ReturnBuffer, DWORD ReturnBufferSize,
    7374                                 PDWORD RequiredSize)
    7475{
    75         FIXME("not implemented (setupapi.dll) \n");
    76         return 0;
    77 }
    78 
    79 
    80 /***********************************************************************
    81  *              SetupFindNextLine
     76    FIXME("not implemented (setupapi.dll) \n");
     77    return 0;
     78}
     79
     80
     81/***********************************************************************
     82 *      SetupFindNextLine
    8283 */
    8384BOOL WINAPI SetupFindNextLine (PINFCONTEXT ContextIn, PINFCONTEXT ContextOut)
    8485{
    85         FIXME("not implemented (setupapi.dll) \n");
    86         return 0;
    87 }
    88 
    89 
    90 /***********************************************************************
    91  *              SetupInitDefaultQueueCallback
     86    FIXME("not implemented (setupapi.dll) \n");
     87    return 0;
     88}
     89
     90
     91/***********************************************************************
     92 *      SetupInitDefaultQueueCallback
    9293 */
    9394PVOID WINAPI SetupInitDefaultQueueCallback(HWND OwnerWindow)
    9495{
    95         FIXME("not implemented (setupapi.dll) \n");
    96         return 0;
    97 }
    98 
    99 /***********************************************************************
    100  *              SetupInitDefaultQueueCallbackEx
     96    FIXME("not implemented (setupapi.dll) \n");
     97    return 0;
     98}
     99
     100/***********************************************************************
     101 *      SetupInitDefaultQueueCallbackEx
    101102 */
    102103PVOID WINAPI SetupInitDefaultQueueCallbackEx(HWND OwnerWindow,
    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
     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
    114115 */
    115116VOID WINAPI SetupCloseInfFile (HINF InfHandle)
    116117{
    117         FIXME("not implemented (setupapi.dll) \n");
    118 }
    119 
    120 
    121 /***********************************************************************
    122  *              SetupDefaultQueueCallbackA
     118    FIXME("not implemented (setupapi.dll) \n");
     119}
     120
     121
     122/***********************************************************************
     123 *      SetupDefaultQueueCallbackA
    123124 */
    124125UINT WINAPI SetupDefaultQueueCallbackA (PVOID Context, UINT Notification,
    125126                                        UINT Param1, UINT Param2)
    126127{
    127         FIXME("not implemented (setupapi.dll) \n");
    128         return 0;
    129 }
    130 
    131 
    132 /***********************************************************************
    133  *              SetupFindFirstLineA
     128    FIXME("not implemented (setupapi.dll) \n");
     129    return 0;
     130}
     131
     132
     133/***********************************************************************
     134 *      SetupFindFirstLineA
    134135 */
    135136BOOL WINAPI SetupFindFirstLineA (HINF InfHandle, PCSTR Section, PCSTR Key,
    136137                                 PINFCONTEXT Context)
    137138{
    138         FIXME("not implemented (setupapi.dll) \n");
    139         return 0;
    140 }
    141 
    142 /***********************************************************************
    143  *              SetupGetLineByIndexA
     139    FIXME("not implemented (setupapi.dll) \n");
     140    return 0;
     141}
     142
     143/***********************************************************************
     144 *      SetupGetLineByIndexA
    144145 */
    145146BOOL WINAPI SetupGetLineByIndexA (HINF InfHandle, PCSTR Section, DWORD Index,
    146147                                 PINFCONTEXT Context)
    147148{
    148         FIXME("not implemented (setupapi.dll) \n");
    149         return FALSE;
    150 }
    151 
    152 
    153 /***********************************************************************
    154  *              SetupInstallFromInfSectionA
     149    FIXME("not implemented (setupapi.dll) \n");
     150    return FALSE;
     151}
     152
     153
     154/***********************************************************************
     155 *      SetupInstallFromInfSectionA
    155156 */
    156157BOOL WINAPI SetupInstallFromInfSectionA (HWND Owner, HINF InfHandle, PCSTR SectionName,
     
    160161                                         PSP_DEVINFO_DATA DeviceInfoData)
    161162{
    162         FIXME("not implemented (setupapi.dll) \n");
    163         return 0;
    164 }
    165 
    166 /***********************************************************************
    167  *              SetupOpenAppendInfFileA
     163    FIXME("not implemented (setupapi.dll) \n");
     164    return 0;
     165}
     166
     167/***********************************************************************
     168 *      SetupOpenAppendInfFileA
    168169 */
    169170BOOL WINAPI SetupOpenAppendInfFileA (PCSTR FileName, HINF InfHandle,
    170                                     PUINT ErrorLine)
    171 {
    172         FIXME("not implemented (setupapi.dll) \n");
    173         return FALSE;
    174 }
    175 
    176 /***********************************************************************
    177  *              SetupOpenFileQueue
     171                    PUINT ErrorLine)
     172{
     173    FIXME("not implemented (setupapi.dll) \n");
     174    return FALSE;
     175}
     176
     177/***********************************************************************
     178 *      SetupOpenFileQueue
    178179 */
    179180HSPFILEQ WINAPI SetupOpenFileQueue (VOID)
    180181{
    181         FIXME("not implemented (setupapi.dll) \n");
    182         return (HSPFILEQ) INVALID_HANDLE_VALUE;
    183 }
    184 
    185 /***********************************************************************
    186  *              SetupOpenInfFileA
     182    FIXME("not implemented (setupapi.dll) \n");
     183    return (HSPFILEQ) INVALID_HANDLE_VALUE;
     184}
     185
     186/***********************************************************************
     187 *      SetupOpenInfFileA
    187188 */
    188189HINF WINAPI SetupOpenInfFileA (PCSTR FileName, PCSTR InfClass, DWORD InfStyle,
    189190                               PUINT ErrorLine)
    190191{
    191         FIXME("not implemented (setupapi.dll) \n");
    192         return 0;
    193 }
    194 
    195 /***********************************************************************
    196  *              SetupQueueCopyA
     192    FIXME("not implemented (setupapi.dll) \n");
     193    return 0;
     194}
     195
     196/***********************************************************************
     197 *      SetupQueueCopyA
    197198 */
    198199BOOL WINAPI SetupQueueCopyA (HSPFILEQ QueueHandle, PCSTR SourceRootPath, PCSTR SourcePath,
    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
     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
    208209 */
    209210BOOL WINAPI SetupSetDirectoryIdA (HINF InfHandle,
    210                                   DWORD Id,
    211                                   PCSTR Directory)
    212 {
    213         FIXME("not implemented (setupapi.dll) \n");
    214         return FALSE;
    215 }
    216 
    217 
    218 /***********************************************************************
    219  *              SetupTermDefaultQueueCallback
     211                  DWORD Id,
     212                  PCSTR Directory)
     213{
     214    FIXME("not implemented (setupapi.dll) \n");
     215    return FALSE;
     216}
     217
     218
     219/***********************************************************************
     220 *      SetupTermDefaultQueueCallback
    220221 */
    221222VOID WINAPI SetupTermDefaultQueueCallback (PVOID Callback)
    222223{
    223         FIXME("not implemented (setupapi.dll) \n");
    224 }
    225 
     224    FIXME("not implemented (setupapi.dll) \n");
     225}
     226
Note: See TracChangeset for help on using the changeset viewer.