source: trunk/src/setupapi/dbgwrap.cpp

Last change on this file was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 3.2 KB
Line 
1#include <odin.h>
2#include <odinwrap.h>
3#include <os2sel.h>
4
5#include <os2win.h>
6#include <winreg.h>
7#include <winnt.h>
8#include <wincon.h>
9#include <winthunk.h>
10#include <winnls.h>
11#include <ntddk.h>
12#include <commctrl.h>
13#include <setupapi.h>
14
15#include <heapstring.h>
16
17#define DBGWRAP_MODULE "SETUPAPI"
18#include <dbgwrap.h>
19
20
21DEBUGWRAP4(SetupCloseFileQueue)
22DEBUGWRAP4(SetupCloseInfFile)
23DEBUGWRAP16(SetupCommitFileQueueA)
24DEBUGWRAP16(SetupCommitFileQueueW)
25DEBUGWRAP16(SetupDefaultQueueCallbackA)
26DEBUGWRAP16(SetupDefaultQueueCallbackW)
27NODEF_DEBUGWRAP4(SetupDiDestroyDeviceInfoList)
28NODEF_DEBUGWRAP12(SetupDiEnumDeviceInfo)
29NODEF_DEBUGWRAP20(SetupDiEnumDeviceInterfaces)
30DEBUGWRAP16(SetupDiGetClassDevsA)
31DEBUGWRAP16(SetupDiGetClassDevsW)
32NODEF_DEBUGWRAP28(SetupDiGetDeviceRegistryPropertyA)
33NODEF_DEBUGWRAP24(SetupDiGetDeviceInterfaceDetailA)
34NODEF_DEBUGWRAP24(SetupDiGetDeviceInterfaceDetailW)
35DEBUGWRAP16(SetupFindFirstLineA)
36DEBUGWRAP16(SetupFindFirstLineW)
37DEBUGWRAP8(SetupFindNextLine)
38DEBUGWRAP12(SetupFindNextMatchLineA)
39DEBUGWRAP12(SetupFindNextMatchLineW)
40DEBUGWRAP20(SetupGetBinaryField)
41DEBUGWRAP4(SetupGetFieldCount)
42DEBUGWRAP12(SetupGetFileQueueCount)
43DEBUGWRAP8(SetupGetFileQueueFlags)
44DEBUGWRAP12(SetupGetIntField)
45DEBUGWRAP16(SetupGetLineByIndexA)
46DEBUGWRAP16(SetupGetLineByIndexW)
47DEBUGWRAP8(SetupGetLineCountA)
48DEBUGWRAP8(SetupGetLineCountW)
49DEBUGWRAP28(SetupGetLineTextA)
50DEBUGWRAP28(SetupGetLineTextW)
51DEBUGWRAP20(SetupGetMultiSzFieldA)
52DEBUGWRAP20(SetupGetMultiSzFieldW)
53DEBUGWRAP20(SetupGetStringFieldA)
54DEBUGWRAP20(SetupGetStringFieldW)
55DEBUGWRAP4(SetupInitDefaultQueueCallback)
56DEBUGWRAP20(SetupInitDefaultQueueCallbackEx)
57DEBUGWRAP24(SetupInstallFilesFromInfSectionA)
58DEBUGWRAP24(SetupInstallFilesFromInfSectionW)
59DEBUGWRAP44(SetupInstallFromInfSectionA)
60DEBUGWRAP44(SetupInstallFromInfSectionW)
61NODEF_DEBUGWRAP16(SetupIterateCabinetA)
62NODEF_DEBUGWRAP16(SetupIterateCabinetW)
63DEBUGWRAP12(SetupOpenAppendInfFileA)
64DEBUGWRAP12(SetupOpenAppendInfFileW)
65DEBUGWRAP0(SetupOpenFileQueue)
66DEBUGWRAP16(SetupOpenInfFileA)
67DEBUGWRAP16(SetupOpenInfFileW)
68DEBUGWRAP36(SetupQueueCopyA)
69DEBUGWRAP4(SetupQueueCopyIndirectA)
70DEBUGWRAP4(SetupQueueCopyIndirectW)
71DEBUGWRAP24(SetupQueueCopySectionA)
72DEBUGWRAP24(SetupQueueCopySectionW)
73DEBUGWRAP36(SetupQueueCopyW)
74DEBUGWRAP24(SetupQueueDefaultCopyA)
75DEBUGWRAP24(SetupQueueDefaultCopyW)
76DEBUGWRAP12(SetupQueueDeleteA)
77DEBUGWRAP16(SetupQueueDeleteSectionA)
78DEBUGWRAP16(SetupQueueDeleteSectionW)
79DEBUGWRAP12(SetupQueueDeleteW)
80DEBUGWRAP20(SetupQueueRenameA)
81DEBUGWRAP16(SetupQueueRenameSectionA)
82DEBUGWRAP16(SetupQueueRenameSectionW)
83DEBUGWRAP20(SetupQueueRenameW)
84DEBUGWRAP24(SetupScanFileQueueA)
85DEBUGWRAP24(SetupScanFileQueueW)
86DEBUGWRAP12(SetupSetDirectoryIdA)
87DEBUGWRAP12(SetupSetDirectoryIdW)
88DEBUGWRAP4(SetupTermDefaultQueueCallback)
89
90
91NODEF_DEBUGWRAP8(CM_Connect_MachineW)
92NODEF_DEBUGWRAP4(CM_Disconnect_Machine)
93NODEF_DEBUGWRAP24(SetupDiBuildClassInfoListExW)
94NODEF_DEBUGWRAP24(SetupDiClassGuidsFromNameExW)
95NODEF_DEBUGWRAP24(SetupDiClassNameFromGuidExW)
96NODEF_DEBUGWRAP16(SetupDiCreateDeviceInfoListExW)
97DEBUGWRAP12(SetupSetFileQueueFlags)
98NODEF_DEBUGWRAP8(SetupDiGetDeviceInfoListDetailW)
99NODEF_DEBUGWRAP28(SetupDiGetClassDevsExW)
100NODEF_DEBUGWRAP20(SetupDiOpenClassRegKeyExW)
101NODEF_DEBUGWRAP24(SetupDiGetClassDescriptionExW)
Note: See TracBrowser for help on using the repository browser.