PPROTECT_FILE_ENTRY structure
[This structure is available for use in the operating systems specified in the Requirements section. Support for this structure was removed in Windows Vista and Windows Server 2008. Use the supported functions listed in WRP Functions instead.]
Structure used by the SfcGetFiles function.
Syntax
typedef struct _PPROTECT_FILE_ENTRY {
PWSTR SourceFileName;
PWSTR FileName;
PWSTR InfName;
} PPROTECT_FILE_ENTRY, *PPPROTECT_FILE_ENTRY;
Members
-
SourceFileName
-
Pointer to a string value containing the filename of the source file. This will be NULL if the file is not renamed on installation.
-
FileName
-
Pointer to string value containing the destination filename plus the full path to the file.
-
InfName
-
Pointer to string value containing the filename of the INF file which provides layout information. This parameter may be NULL when using the default layout.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
End of client support |
Windows XP |
End of server support |
Windows Server 2003 |
Header |
|