CABINET_INFO
[New
- Windows NT]
The CABINET_INFO
structure stores information about a cabinet file. The SetupIterateCabinet
typedef struct _CABINET_INFO {
PCTSTR CabinetPath;
PCTSTR CabinetFile;
PCTSTR DiskName;
USHORT SetId;
USHORT CabinetNumber;
} CABINET_INFO, *PCABINET_INFO;
Members
CabinetPath
The path to
the cabinet file.
CabinetFile
The name of
the cabinet file.
DiskName
The name of
the source media that contains the cabinet file.
SetId
The
identifier of the current set. This number is generated by the software that
builds the cabinet.
CabinetNumber
The number of
the cabinet. This number is generated by the software that builds the cabinet
and is generally a 0- or 1-based index indicating the ordinal of the position
of the cabinet within a set.
See Also