Changeset 9403 for trunk/src/setupapi/devinst.c
- Timestamp:
- Nov 13, 2002, 12:50:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/setupapi/devinst.c
r8667 r9403 98 98 DWORD flags) 99 99 { 100 FIXME("%s %s % 04x%08lx\n",debugstr_guid(class),enumstr,parent,flags);100 FIXME("%s %s %p %08lx\n",debugstr_guid(class),enumstr,parent,flags); 101 101 102 return NULL;102 return (HDEVINFO) INVALID_HANDLE_VALUE; 103 103 } 104 104 105 /*********************************************************************** 106 * SetupDiGetClassDevsW (SETUPAPI.@) 107 */ 108 HDEVINFO WINAPI SetupDiGetClassDevsW( 109 CONST GUID *class, 110 LPCWSTR enumstr, 111 HWND parent, 112 DWORD flags) 113 { 114 FIXME("%s %s %p %08lx\n",debugstr_guid(class),debugstr_w(enumstr),parent,flags); 115 116 return (HDEVINFO) INVALID_HANDLE_VALUE; 117 } 105 118 /*********************************************************************** 106 119 * SetupDiEnumDeviceInfo (SETUPAPI.@) … … 147 160 return FALSE; 148 161 } 149
Note:
See TracChangeset
for help on using the changeset viewer.