SPFILENOTIFY_QUEUESCAN_SIGNERINFO message

The SPFILENOTIFY_QUEUESCAN_SIGNERINFO notification is sent to a callback routine by SetupScanFileQueue for each node in the copy subqueue of the file queue. This only occurs if the SetupScanFileQueue function was called specifying the flag SPQ_SCAN_USE_CALLBACK_SIGNERINFO. Available starting with Windows XP.

SPFILENOTIFY_QUEUESCAN_SIGNERINFO
  Param1 = (PFILEPATHS_SIGNERINFO) Filepaths;
            

Parameters

Param1

Pointer to a FILEPATHS_SIGNERINFO structure. The Target member is the filename of the target file on the system. The Source member is the expected path of the source file. The Win32Error member is the signing error. Signature information is returned if the callback routine returns Win32Error==NO_ERROR. The DigitalSigner member is the digital signer. The Version member is the version. The CatalogFile is the catalog file.

Return value

The callback routine should return a system error code.

If the callback routine returns NO_ERROR, the queue scan continues, and returns If the routine returns any other error code, the queue scan aborts and SetupScanFileQueue returns FALSE.

Note

This notification is not handled by the SetupDefaultQueueCallback function.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Setupapi.h

See also

Overview

Notifications

SetupScanFileQueue