Handle the %f case in wsprintf.
[wine.git] / dlls / setupapi / stubs.c
blobbb7ac5f1b031ea502ae17cf6cf51581caf687ce0
1 /* -*- tab-width: 8; c-basic-offset: 8 -*- */
2 /*
3 * SetupAPI stubs
5 */
7 #include "debugtools.h"
8 #include "windef.h"
9 #include "setupapi.h"
11 DEFAULT_DEBUG_CHANNEL(setupapi);
14 /***********************************************************************
15 * SetupCloseFileQueue
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,
27 PVOID Context)
29 FIXME("not implemented (setupapi.dll) \n");
30 return FALSE;
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");
40 return 0;
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");
50 return 0;
54 /***********************************************************************
55 * SetupGetLineTextA
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");
62 return 0;
65 /***********************************************************************
66 * SetupGetStringFieldA
68 BOOL WINAPI SetupGetStringFieldA(PINFCONTEXT Context, DWORD FieldIndex,
69 LPSTR ReturnBuffer, DWORD ReturnBufferSize,
70 PDWORD RequiredSize)
72 FIXME("not implemented (setupapi.dll) \n");
73 return 0;
77 /***********************************************************************
78 * SetupFindNextLine
80 BOOL WINAPI SetupFindNextLine (PINFCONTEXT ContextIn, PINFCONTEXT ContextOut)
82 FIXME("not implemented (setupapi.dll) \n");
83 return 0;
87 /***********************************************************************
88 * SetupInitDefaultQueueCallback
90 PVOID WINAPI SetupInitDefaultQueueCallback(HWND OwnerWindow)
92 FIXME("not implemented (setupapi.dll) \n");
93 return 0;
96 /***********************************************************************
97 * SetupInitDefaultQueueCallbackEx
99 PVOID WINAPI SetupInitDefaultQueueCallbackEx(HWND OwnerWindow,
100 HWND AlternativeProgressWindow,
101 UINT ProgressMessage,
102 DWORD res1,
103 PVOID res2)
105 FIXME("not implemented (setupapi.dll) \n");
106 return 0;
109 /***********************************************************************
110 * SetupCloseInfFile
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");
125 return 0;
129 /***********************************************************************
130 * SetupFindFirstLineA
132 BOOL WINAPI SetupFindFirstLineA (HINF InfHandle, PCSTR Section, PCSTR Key,
133 PINFCONTEXT Context)
135 FIXME("not implemented (setupapi.dll) \n");
136 return 0;
139 /***********************************************************************
140 * SetupGetLineByIndexA
142 BOOL WINAPI SetupGetLineByIndexA (HINF InfHandle, PCSTR Section, DWORD Index,
143 PINFCONTEXT Context)
145 FIXME("not implemented (setupapi.dll) \n");
146 return FALSE;
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");
160 return 0;
163 /***********************************************************************
164 * SetupOpenAppendInfFileA
166 BOOL WINAPI SetupOpenAppendInfFileA (PCSTR FileName, HINF InfHandle,
167 PUINT ErrorLine)
169 FIXME("not implemented (setupapi.dll) \n");
170 return FALSE;
173 /***********************************************************************
174 * SetupOpenFileQueue
176 HSPFILEQ WINAPI SetupOpenFileQueue (VOID)
178 FIXME("not implemented (setupapi.dll) \n");
179 return (HSPFILEQ) INVALID_HANDLE_VALUE;
182 /***********************************************************************
183 * SetupOpenInfFileA
185 HINF WINAPI SetupOpenInfFileA (PCSTR FileName, PCSTR InfClass, DWORD InfStyle,
186 PUINT ErrorLine)
188 FIXME("not implemented (setupapi.dll) \n");
189 return 0;
192 /***********************************************************************
193 * SetupQueueCopyA
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");
200 return FALSE;
203 /***********************************************************************
204 * SetupSetDirectoryIdA
206 BOOL WINAPI SetupSetDirectoryIdA (HINF InfHandle,
207 DWORD Id,
208 PCSTR Directory)
210 FIXME("not implemented (setupapi.dll) \n");
211 return FALSE;
215 /***********************************************************************
216 * SetupTermDefaultQueueCallback
218 VOID WINAPI SetupTermDefaultQueueCallback (PVOID Callback)
220 FIXME("not implemented (setupapi.dll) \n");