Changeset 9403 for trunk/src/setupapi/dbgwrap.cpp
- Timestamp:
- Nov 13, 2002, 12:50:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/setupapi/dbgwrap.cpp
r8670 r9403 27 27 NODEF_DEBUGWRAP12(SetupDiEnumDeviceInfo) 28 28 NODEF_DEBUGWRAP20(SetupDiEnumDeviceInterfaces) 29 NODEF_DEBUGWRAP16(SetupDiGetClassDevsA) 29 DEBUGWRAP16(SetupDiGetClassDevsA) 30 DEBUGWRAP16(SetupDiGetClassDevsW) 30 31 NODEF_DEBUGWRAP28(SetupDiGetDeviceRegistryPropertyA) 31 32 NODEF_DEBUGWRAP24(SetupDiGetDeviceInterfaceDetailA) … … 85 86 DEBUGWRAP12(SetupSetDirectoryIdW) 86 87 DEBUGWRAP4(SetupTermDefaultQueueCallback) 88 89 90 NODEF_DEBUGWRAP8(CM_Connect_MachineW) 91 NODEF_DEBUGWRAP4(CM_Disconnect_Machine) 92 NODEF_DEBUGWRAP24(SetupDiBuildClassInfoListExW) 93 NODEF_DEBUGWRAP24(SetupDiClassGuidsFromNameExW) 94 NODEF_DEBUGWRAP24(SetupDiClassNameFromGuidExW) 95 NODEF_DEBUGWRAP16(SetupDiCreateDeviceInfoListExW) 96 DEBUGWRAP12(SetupSetFileQueueFlags) 97 NODEF_DEBUGWRAP8(SetupDiGetDeviceInfoListDetailW) 98 NODEF_DEBUGWRAP28(SetupDiGetClassDevsExW) 99 NODEF_DEBUGWRAP20(SetupDiOpenClassRegKeyExW) 100 NODEF_DEBUGWRAP24(SetupDiGetClassDescriptionExW)
Note:
See TracChangeset
for help on using the changeset viewer.