The CABINET_INFO structure stores information about a cabinet file. The SetupIterateCabinet function specifies this structure as a parameter when it sends a SPFILENOTIFY_NEEDNEWCABINET notification to the cabinet callback routine.
typedef struct _CABINET_INFO {
PCTSTR CabinetPath;
PCTSTR CabinetFile;
PCTSTR DiskName;
USHORT SetId;
USHORT CabinetNumber;
} CABINET_INFO, *PCABINET_INFO;
Windows NT: Use version 4.0 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in setupapi.h.
Overview, Structures, SPFILENOTIFY_NEEDNEWCABINET, FILE_IN_CABINET_INFO