Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SP_INF_INFORMATION structure stores information about an INF file, including the style, number of constituent INF files, and version data.
typedef struct _SP_INF_INFORMATION {
DWORD InfStyle;
DWORD InfCount;
BYTE VersionData[ANYSIZE_ARRAY];
} SP_INF_INFORMATION, *PSP_INF_INFORMATION;
InfStyle
Style of the INF file. This member can be one of the following values.
Value | Meaning |
---|---|
|
Specifies that the style of the INF file is unrecognized or nonexistent. |
|
A legacy INF file format. |
|
A Windows INF file format. |
InfCount
Number of constituent INF files.
VersionData[ANYSIZE_ARRAY]
Stores information from the Version section of an INF file in an array of ANYSIZE_ARRAY bytes.
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | setupapi.h |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!