source: trunk/src/setupapi/dbgwrap.cpp@ 8670

Last change on this file since 8670 was 8670, checked in by sandervl, 23 years ago

added debug wrappers

File size: 2.7 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 <heapstring.h>
13#include <commctrl.h>
14#include <setupapi.h>
15
16#define DBGWRAP_MODULE "SETUPAPI"
17#include <dbgwrap.h>
18
19
20DEBUGWRAP4(SetupCloseFileQueue)
21DEBUGWRAP4(SetupCloseInfFile)
22DEBUGWRAP16(SetupCommitFileQueueA)
23DEBUGWRAP16(SetupCommitFileQueueW)
24DEBUGWRAP16(SetupDefaultQueueCallbackA)
25DEBUGWRAP16(SetupDefaultQueueCallbackW)
26NODEF_DEBUGWRAP4(SetupDiDestroyDeviceInfoList)
27NODEF_DEBUGWRAP12(SetupDiEnumDeviceInfo)
28NODEF_DEBUGWRAP20(SetupDiEnumDeviceInterfaces)
29NODEF_DEBUGWRAP16(SetupDiGetClassDevsA)
30NODEF_DEBUGWRAP28(SetupDiGetDeviceRegistryPropertyA)
31NODEF_DEBUGWRAP24(SetupDiGetDeviceInterfaceDetailA)
32NODEF_DEBUGWRAP24(SetupDiGetDeviceInterfaceDetailW)
33DEBUGWRAP16(SetupFindFirstLineA)
34DEBUGWRAP16(SetupFindFirstLineW)
35DEBUGWRAP8(SetupFindNextLine)
36DEBUGWRAP12(SetupFindNextMatchLineA)
37DEBUGWRAP12(SetupFindNextMatchLineW)
38DEBUGWRAP20(SetupGetBinaryField)
39DEBUGWRAP4(SetupGetFieldCount)
40DEBUGWRAP12(SetupGetFileQueueCount)
41DEBUGWRAP8(SetupGetFileQueueFlags)
42DEBUGWRAP12(SetupGetIntField)
43DEBUGWRAP16(SetupGetLineByIndexA)
44DEBUGWRAP16(SetupGetLineByIndexW)
45DEBUGWRAP8(SetupGetLineCountA)
46DEBUGWRAP8(SetupGetLineCountW)
47DEBUGWRAP28(SetupGetLineTextA)
48DEBUGWRAP28(SetupGetLineTextW)
49DEBUGWRAP20(SetupGetMultiSzFieldA)
50DEBUGWRAP20(SetupGetMultiSzFieldW)
51DEBUGWRAP20(SetupGetStringFieldA)
52DEBUGWRAP20(SetupGetStringFieldW)
53DEBUGWRAP4(SetupInitDefaultQueueCallback)
54DEBUGWRAP20(SetupInitDefaultQueueCallbackEx)
55DEBUGWRAP24(SetupInstallFilesFromInfSectionA)
56DEBUGWRAP24(SetupInstallFilesFromInfSectionW)
57DEBUGWRAP44(SetupInstallFromInfSectionA)
58DEBUGWRAP44(SetupInstallFromInfSectionW)
59NODEF_DEBUGWRAP16(SetupIterateCabinetA)
60NODEF_DEBUGWRAP16(SetupIterateCabinetW)
61DEBUGWRAP12(SetupOpenAppendInfFileA)
62DEBUGWRAP12(SetupOpenAppendInfFileW)
63DEBUGWRAP0(SetupOpenFileQueue)
64DEBUGWRAP16(SetupOpenInfFileA)
65DEBUGWRAP16(SetupOpenInfFileW)
66DEBUGWRAP36(SetupQueueCopyA)
67DEBUGWRAP4(SetupQueueCopyIndirectA)
68DEBUGWRAP4(SetupQueueCopyIndirectW)
69DEBUGWRAP24(SetupQueueCopySectionA)
70DEBUGWRAP24(SetupQueueCopySectionW)
71DEBUGWRAP36(SetupQueueCopyW)
72DEBUGWRAP24(SetupQueueDefaultCopyA)
73DEBUGWRAP24(SetupQueueDefaultCopyW)
74DEBUGWRAP12(SetupQueueDeleteA)
75DEBUGWRAP16(SetupQueueDeleteSectionA)
76DEBUGWRAP16(SetupQueueDeleteSectionW)
77DEBUGWRAP12(SetupQueueDeleteW)
78DEBUGWRAP20(SetupQueueRenameA)
79DEBUGWRAP16(SetupQueueRenameSectionA)
80DEBUGWRAP16(SetupQueueRenameSectionW)
81DEBUGWRAP20(SetupQueueRenameW)
82DEBUGWRAP24(SetupScanFileQueueA)
83DEBUGWRAP24(SetupScanFileQueueW)
84DEBUGWRAP12(SetupSetDirectoryIdA)
85DEBUGWRAP12(SetupSetDirectoryIdW)
86DEBUGWRAP4(SetupTermDefaultQueueCallback)
Note: See TracBrowser for help on using the repository browser.