1 /* -*- tab-width: 8; c-basic-offset: 8 -*- */
7 #include "debugtools.h"
11 DEFAULT_DEBUG_CHANNEL(setupapi);
14 /***********************************************************************
17 VOID WINAPI SetupCloseFileQueue(HSPFILEQ QueueHandle)
19 FIXME("not implemented (setupapi.dll) \n");
22 /***********************************************************************
23 * SetupCommitFileQueueA
25 BOOL WINAPI SetupCommitFileQueueA(HWND Owner, HSPFILEQ QueueHandle,
26 PSP_FILE_CALLBACK_A MsgHandler,
29 FIXME("not implemented (setupapi.dll) \n");
33 /***********************************************************************
34 * SetupIterateCabinetA
36 BOOL WINAPI SetupIterateCabinetA(PCSTR CabinetFile, DWORD Reserved,
37 PSP_FILE_CALLBACK_A MsgHandler, PVOID Context)
39 FIXME("not implemented (setupapi.dll) \n");
43 /***********************************************************************
44 * SetupIterateCabinetW
46 BOOL WINAPI SetupIterateCabinetW(PWSTR CabinetFile, DWORD Reserved,
47 PSP_FILE_CALLBACK_W MsgHandler, PVOID Context)
49 FIXME("not implemented (setupapi.dll) \n");
54 /***********************************************************************
57 BOOL WINAPI SetupGetLineTextA (PINFCONTEXT Context, HINF InfHandle,
58 PCSTR Section, PCSTR Key, LPSTR ReturnBuffer,
59 DWORD ReturnBufferSize, PDWORD RequiredSize)
61 FIXME("not implemented (setupapi.dll) \n");
65 /***********************************************************************
66 * SetupGetStringFieldA
68 BOOL WINAPI SetupGetStringFieldA(PINFCONTEXT Context, DWORD FieldIndex,
69 LPSTR ReturnBuffer, DWORD ReturnBufferSize,
72 FIXME("not implemented (setupapi.dll) \n");
77 /***********************************************************************
80 BOOL WINAPI SetupFindNextLine (PINFCONTEXT ContextIn, PINFCONTEXT ContextOut)
82 FIXME("not implemented (setupapi.dll) \n");
87 /***********************************************************************
88 * SetupInitDefaultQueueCallback
90 PVOID WINAPI SetupInitDefaultQueueCallback(HWND OwnerWindow)
92 FIXME("not implemented (setupapi.dll) \n");
96 /***********************************************************************
97 * SetupInitDefaultQueueCallbackEx
99 PVOID WINAPI SetupInitDefaultQueueCallbackEx(HWND OwnerWindow,
100 HWND AlternativeProgressWindow,
101 UINT ProgressMessage,
105 FIXME("not implemented (setupapi.dll) \n");
109 /***********************************************************************
112 VOID WINAPI SetupCloseInfFile (HINF InfHandle)
114 FIXME("not implemented (setupapi.dll) \n");
118 /***********************************************************************
119 * SetupDefaultQueueCallbackA
121 UINT WINAPI SetupDefaultQueueCallbackA (PVOID Context, UINT Notification,
122 UINT Param1, UINT Param2)
124 FIXME("not implemented (setupapi.dll) \n");
129 /***********************************************************************
130 * SetupFindFirstLineA
132 BOOL WINAPI SetupFindFirstLineA (HINF InfHandle, PCSTR Section, PCSTR Key,
135 FIXME("not implemented (setupapi.dll) \n");
139 /***********************************************************************
140 * SetupGetLineByIndexA
142 BOOL WINAPI SetupGetLineByIndexA (HINF InfHandle, PCSTR Section, DWORD Index,
145 FIXME("not implemented (setupapi.dll) \n");
150 /***********************************************************************
151 * SetupInstallFromInfSectionA
153 BOOL WINAPI SetupInstallFromInfSectionA (HWND Owner, HINF InfHandle, PCSTR SectionName,
154 UINT Flags, HKEY RelativeKeyRoot, PCSTR SourceRootPath,
155 UINT CopyFlags, PSP_FILE_CALLBACK_A MsgHandler,
156 PVOID Context, HDEVINFO DeviceInfoSet,
157 PSP_DEVINFO_DATA DeviceInfoData)
159 FIXME("not implemented (setupapi.dll) \n");
163 /***********************************************************************
164 * SetupOpenAppendInfFileA
166 BOOL WINAPI SetupOpenAppendInfFileA (PCSTR FileName, HINF InfHandle,
169 FIXME("not implemented (setupapi.dll) \n");
173 /***********************************************************************
176 HSPFILEQ WINAPI SetupOpenFileQueue (VOID)
178 FIXME("not implemented (setupapi.dll) \n");
179 return (HSPFILEQ) INVALID_HANDLE_VALUE;
182 /***********************************************************************
185 HINF WINAPI SetupOpenInfFileA (PCSTR FileName, PCSTR InfClass, DWORD InfStyle,
188 FIXME("not implemented (setupapi.dll) \n");
192 /***********************************************************************
195 BOOL WINAPI SetupQueueCopyA (HSPFILEQ QueueHandle, PCSTR SourceRootPath, PCSTR SourcePath,
196 PCSTR SourceFileName, PCSTR SourceDescription, PCSTR SourceTagFile,
197 PCSTR TargetDirectory, PCSTR TargetFileName, DWORD CopyStyle)
199 FIXME("not implemented (setupapi.dll) \n");
203 /***********************************************************************
204 * SetupSetDirectoryIdA
206 BOOL WINAPI SetupSetDirectoryIdA (HINF InfHandle,
210 FIXME("not implemented (setupapi.dll) \n");
215 /***********************************************************************
216 * SetupTermDefaultQueueCallback
218 VOID WINAPI SetupTermDefaultQueueCallback (PVOID Callback)
220 FIXME("not implemented (setupapi.dll) \n");