Skip to content

Latest commit

 

History

History
178 lines (140 loc) · 5.23 KB

ns-setupapi-filepaths_signerinfo_a.md

File metadata and controls

178 lines (140 loc) · 5.23 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._FILEPATHS_SIGNERINFO_A
FILEPATHS_SIGNERINFO_A (setupapi.h)
The FILEPATHS_SINGNERINFO structure stores source and target path information, and also file signature information. (ANSI)
*PFILEPATHS_SIGNERINFO_A
FILEOP_COPY
FILEOP_DELETE
FILEPATHS_SIGNERINFO
FILEPATHS_SIGNERINFO structure [Setup API]
FILEPATHS_SIGNERINFO_A
PFILEPATHS_SIGNERINFO
PFILEPATHS_SIGNERINFO structure pointer [Setup API]
SP_COPY_NOBROWSE
SP_COPY_NOSKIP
SP_COPY_WARNIFSKIP
_setupapi_filepaths_signerinfo
setup.filepaths_signerinfo
setupapi/FILEPATHS_SIGNERINFO
setupapi/PFILEPATHS_SIGNERINFO
setup\filepaths_signerinfo.htm
setup
c651933f-cf61-4012-9d08-195336f2cb3d
12/05/2018
*PFILEPATHS_SIGNERINFO_A, FILEOP_COPY, FILEOP_DELETE, FILEPATHS_SIGNERINFO, FILEPATHS_SIGNERINFO structure [Setup API], FILEPATHS_SIGNERINFO_A, PFILEPATHS_SIGNERINFO, PFILEPATHS_SIGNERINFO structure pointer [Setup API], SP_COPY_NOBROWSE, SP_COPY_NOSKIP, SP_COPY_WARNIFSKIP, _setupapi_filepaths_signerinfo, setup.filepaths_signerinfo, setupapi/FILEPATHS_SIGNERINFO, setupapi/PFILEPATHS_SIGNERINFO
setupapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
FILEPATHS_SIGNERINFO_A, *PFILEPATHS_SIGNERINFO_A
19H1
_FILEPATHS_SIGNERINFO_A
setupapi/_FILEPATHS_SIGNERINFO_A
PFILEPATHS_SIGNERINFO_A
setupapi/PFILEPATHS_SIGNERINFO_A
FILEPATHS_SIGNERINFO_A
setupapi/FILEPATHS_SIGNERINFO_A
c++
APIRef
kbSyntax
HeaderDef
Setupapi.h
FILEPATHS_SIGNERINFO - filepaths_signerinfo_a

FILEPATHS_SIGNERINFO_A structure

-description

The FILEPATHS_SINGNERINFO structure stores source and target path information, and also file signature information. The setup functions send FILEPATHS_SIGNERINFO as a parameter in several of the notifications sent to callback routines. For more information, see Notifications.

-struct-fields

-field Target

Path to the target file.

-field Source

Path to the source file. This member is not used when the FILEPATHS structure is used with a file delete operation.

-field Win32Error

If an error occurs, this member is the system error code. If no error has occurred, it is NO_ERROR.

-field Flags

Additional information that depends on the notification sent with the FILEPATHS_SIGNERINFO structure.

For SPFILENOTIFY_COPYERROR notifications, Flags specifies dialog box behavior and can be one of the following values.

Value Meaning
SP_COPY_NOBROWSE
Do not offer the user the option to browse.
SP_COPY_NOSKIP
Do not offer the user the option to skip the file.
SP_COPY_WARNIFSKIP
Inform the user that skipping the file may affect the installation.
 

For SPFILENOTIFY_FILEOPDELAYED notifications, Flags specifies the type of file operation delayed and can be one of the following values.

Value Meaning
FILEOP_COPY
A file copy operation was delayed.
FILEOP_DELETE
A file delete operation was delayed.

-field DigitalSigner

Digital signer of the file.

-field Version

Version of the file.

-field CatalogFile

Catalog file.

-see-also

Overview

Structures

-remarks

Note

The setupapi.h header defines FILEPATHS_SIGNERINFO 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.