Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 3.1 KB

ns-setupapi-sp_original_file_info_w.md

File metadata and controls

87 lines (69 loc) · 3.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:setupapi._SP_ORIGINAL_FILE_INFO_W
SP_ORIGINAL_FILE_INFO_W (setupapi.h)
The SP_ORIGINAL_FILE_INFO structure receives the original INF file name and catalog file information returned by SetupQueryInfOriginalFileInformation. (Unicode)
*PSP_ORIGINAL_FILE_INFO_W
PSP_ORIGINAL_FILE_INFO
PSP_ORIGINAL_FILE_INFO structure pointer [Setup API]
SP_ORIGINAL_FILE_INFO
SP_ORIGINAL_FILE_INFO structure [Setup API]
SP_ORIGINAL_FILE_INFO_W
_setupapi_sp_original_file_info
setup.sp_original_file_info
setupapi/PSP_ORIGINAL_FILE_INFO
setupapi/SP_ORIGINAL_FILE_INFO
setup\sp_original_file_info.htm
setup
9ce09717-7f01-4044-ad6b-edd04a2445f5
12/05/2018
*PSP_ORIGINAL_FILE_INFO_W, PSP_ORIGINAL_FILE_INFO, PSP_ORIGINAL_FILE_INFO structure pointer [Setup API], SP_ORIGINAL_FILE_INFO, SP_ORIGINAL_FILE_INFO structure [Setup API], SP_ORIGINAL_FILE_INFO_W, _setupapi_sp_original_file_info, setup.sp_original_file_info, setupapi/PSP_ORIGINAL_FILE_INFO, setupapi/SP_ORIGINAL_FILE_INFO
setupapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
SP_ORIGINAL_FILE_INFO_W, *PSP_ORIGINAL_FILE_INFO_W
19H1
_SP_ORIGINAL_FILE_INFO_W
setupapi/_SP_ORIGINAL_FILE_INFO_W
PSP_ORIGINAL_FILE_INFO_W
setupapi/PSP_ORIGINAL_FILE_INFO_W
SP_ORIGINAL_FILE_INFO_W
setupapi/SP_ORIGINAL_FILE_INFO_W
c++
APIRef
kbSyntax
HeaderDef
Setupapi.h
SP_ORIGINAL_FILE_INFO
sp_original_file_info_w

SP_ORIGINAL_FILE_INFO_W structure

-description

The SP_ORIGINAL_FILE_INFO structure receives the original INF file name and catalog file information returned by SetupQueryInfOriginalFileInformation.

-struct-fields

-field cbSize

Size of this structure, in bytes.

-field OriginalInfName

Original file name of the INF file stored in array of size MAX_PATH.

-field OriginalCatalogName

Catalog name of the INF file stored in array of size MAX_PATH.

-see-also

Overview

Structures

-remarks

Note

The setupapi.h header defines SP_ORIGINAL_FILE_INFO as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.