#include "reactos.h"
#include <winnls.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ pSetupGetField()
Definition at line 110 of file infsupp.c.
113{
118}
BOOLEAN InfGetDataField(PINFCONTEXT Context, ULONG FieldIndex, PWCHAR *Data)
◆ SetupOpenInfFileExW()
Definition at line 35 of file infsupp.c.
41{
45
46
47
48
49
50
52 Win32FileName,
55 {
57 }
58
59
60
61
62
63
64
65
69
70
72 InfClass,
73 InfStyle,
74 ErrorLine);
75
76
79
80 return InfHandle;
81}
BOOL ConvertNtPathToWin32Path(IN OUT PNT_WIN32_PATH_MAPPING_LIST MappingList, OUT PWSTR pwszPath, IN DWORD cchPathMax, IN PCWSTR pwszNTPath)
#define INVALID_HANDLE_VALUE
LCID WINAPI GetThreadLocale(void)
BOOL WINAPI SetThreadLocale(LCID lcid)
HINF WINAPI SetupOpenInfFileW(PCWSTR name, PCWSTR class, DWORD style, UINT *error)
NT_WIN32_PATH_MAPPING_LIST MappingList
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_ PCUNICODE_STRING _In_ PCUNICODE_STRING _In_ LCID LocaleId
◆ SpInfCloseInfFile
◆ SpInfFindFirstLine
◆ SpInfFindNextLine
◆ SpInfGetBinaryField
◆ SpInfGetField
◆ SpInfGetFieldCount
◆ SpInfGetIntField
◆ SpInfGetMultiSzField
◆ SpInfGetStringField
◆ SpInfOpenInfFile