ReactOS 0.4.15-dev-8636-g945e856
|
#include "setupapi_private.h"
Go to the source code of this file.
Variables | |
static const WCHAR | source_disks_names [] |
static const WCHAR | source_disks_files [] |
|
static |
Definition at line 31 of file query.c.
Referenced by SetupGetInfInformationW().
|
static |
Definition at line 333 of file query.c.
Referenced by SetupGetSourceFileLocationW().
Definition at line 55 of file query.c.
Referenced by SetupGetInfInformationW().
BOOL WINAPI SetupGetInfInformationA | ( | LPCVOID | InfSpec, |
DWORD | SearchControl, | ||
PSP_INF_INFORMATION | ReturnBuffer, | ||
DWORD | ReturnBufferSize, | ||
PDWORD | RequiredSize | ||
) |
Definition at line 89 of file query.c.
Referenced by alloc_inf_info(), test_original_file_name(), and test_SetupGetInfInformation().
BOOL WINAPI SetupGetInfInformationW | ( | LPCVOID | InfSpec, |
DWORD | SearchControl, | ||
PSP_INF_INFORMATION | ReturnBuffer, | ||
DWORD | ReturnBufferSize, | ||
PDWORD | RequiredSize | ||
) |
Definition at line 124 of file query.c.
Referenced by SetupGetInfInformationA().
BOOL WINAPI SetupGetSourceFileLocationA | ( | HINF | hinf, |
PINFCONTEXT | context, | ||
PCSTR | filename, | ||
PUINT | source_id, | ||
PSTR | buffer, | ||
DWORD | buffer_size, | ||
PDWORD | required_size | ||
) |
Definition at line 288 of file query.c.
Referenced by test_SetupGetSourceFileLocation().
BOOL WINAPI SetupGetSourceFileLocationW | ( | HINF | hinf, |
PINFCONTEXT | context, | ||
PCWSTR | filename, | ||
PUINT | source_id, | ||
PWSTR | buffer, | ||
DWORD | buffer_size, | ||
PDWORD | required_size | ||
) |
Definition at line 377 of file query.c.
Referenced by SetupGetSourceFileLocationA().
BOOL WINAPI SetupGetSourceInfoA | ( | HINF | hinf, |
UINT | source_id, | ||
UINT | info, | ||
PSTR | buffer, | ||
DWORD | buffer_size, | ||
LPDWORD | required_size | ||
) |
Definition at line 420 of file query.c.
Referenced by test_SetupGetSourceInfo().
BOOL WINAPI SetupGetSourceInfoW | ( | HINF | hinf, |
UINT | source_id, | ||
UINT | info, | ||
PWSTR | buffer, | ||
DWORD | buffer_size, | ||
LPDWORD | required_size | ||
) |
Definition at line 464 of file query.c.
Referenced by SetupGetSourceInfoA().
BOOL WINAPI SetupGetTargetPathA | ( | HINF | hinf, |
PINFCONTEXT | context, | ||
PCSTR | section, | ||
PSTR | buffer, | ||
DWORD | buffer_size, | ||
PDWORD | required_size | ||
) |
Definition at line 515 of file query.c.
Referenced by test_SetupGetTargetPath().
BOOL WINAPI SetupGetTargetPathW | ( | HINF | hinf, |
PINFCONTEXT | context, | ||
PCWSTR | section, | ||
PWSTR | buffer, | ||
DWORD | buffer_size, | ||
PDWORD | required_size | ||
) |
Definition at line 563 of file query.c.
Referenced by SetupGetTargetPathA().
BOOL WINAPI SetupQueryInfFileInformationA | ( | PSP_INF_INFORMATION | InfInformation, |
UINT | InfIndex, | ||
PSTR | ReturnBuffer, | ||
DWORD | ReturnBufferSize, | ||
PDWORD | RequiredSize | ||
) |
Definition at line 193 of file query.c.
Referenced by check_info_filename().
BOOL WINAPI SetupQueryInfFileInformationW | ( | PSP_INF_INFORMATION | InfInformation, |
UINT | InfIndex, | ||
PWSTR | ReturnBuffer, | ||
DWORD | ReturnBufferSize, | ||
PDWORD | RequiredSize | ||
) |
Definition at line 246 of file query.c.
Referenced by SetupQueryInfFileInformationA().
BOOL WINAPI SetupQueryInfOriginalFileInformationA | ( | PSP_INF_INFORMATION | InfInformation, |
UINT | InfIndex, | ||
PSP_ALTPLATFORM_INFO | AlternativePlatformInfo, | ||
PSP_ORIGINAL_FILE_INFO_A | OriginalFileInfo | ||
) |
Definition at line 611 of file query.c.
BOOL WINAPI SetupQueryInfOriginalFileInformationW | ( | PSP_INF_INFORMATION | InfInformation, |
UINT | InfIndex, | ||
PSP_ALTPLATFORM_INFO | AlternativePlatformInfo, | ||
PSP_ORIGINAL_FILE_INFO_W | OriginalFileInfo | ||
) |
Definition at line 646 of file query.c.
Referenced by SetupQueryInfOriginalFileInformationA().
Definition at line 25 of file query.c.
Referenced by get_source_id().
Definition at line 23 of file query.c.
Referenced by get_source_id(), and SetupGetSourceInfoW().