- Timestamp:
- Apr 11, 2002, 11:07:22 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/setupapi/stubs.c
r6712 r8226 18 18 * SetupCloseFileQueue 19 19 */ 20 VOIDWINAPI SetupCloseFileQueue(HSPFILEQ QueueHandle)20 BOOL WINAPI SetupCloseFileQueue(HSPFILEQ QueueHandle) 21 21 { 22 22 FIXME("not implemented (setupapi.dll) \n"); … … 58 58 * SetupGetLineTextA 59 59 */ 60 BOOL WINAPI SetupGetLineTextA ( PINFCONTEXTContext, HINF InfHandle,60 BOOL WINAPI SetupGetLineTextA (const INFCONTEXT *Context, HINF InfHandle, 61 61 PCSTR Section, PCSTR Key, LPSTR ReturnBuffer, 62 62 DWORD ReturnBufferSize, PDWORD RequiredSize) … … 69 69 * SetupGetStringFieldA 70 70 */ 71 BOOL WINAPI SetupGetStringFieldA( PINFCONTEXTContext, DWORD FieldIndex,71 BOOL WINAPI SetupGetStringFieldA(const INFCONTEXT *Context, DWORD FieldIndex, 72 72 LPSTR ReturnBuffer, DWORD ReturnBufferSize, 73 73 PDWORD RequiredSize) … … 81 81 * SetupFindNextLine 82 82 */ 83 BOOL WINAPI SetupFindNextLine ( PINFCONTEXTContextIn, PINFCONTEXT ContextOut)83 BOOL WINAPI SetupFindNextLine (const INFCONTEXT *ContextIn, PINFCONTEXT ContextOut) 84 84 { 85 85 FIXME("not implemented (setupapi.dll) \n"); … … 123 123 */ 124 124 UINT WINAPI SetupDefaultQueueCallbackA (PVOID Context, UINT Notification, 125 UINT Param1, UINTParam2)125 UINT_PTR Param1, UINT_PTR Param2) 126 126 { 127 127 FIXME("not implemented (setupapi.dll) \n");
Note:
See TracChangeset
for help on using the changeset viewer.