CSSM_DB_PARSING_MODULE_INFO
This structure aggregates the GUID of a default-parsing module with the record type that it parses. A parsing module can parse multiple record types. The same GUID would be repeated with each record type parsed by the module.
typedef struct cssm_db_parsing_module_info {
CSSM_DB_RECORDTYPE RecordType;
CSSM_GUID Module;
} CSSM_DB_PARSING_MODULE_INFO, *CSSM_DB_PARSING_MODULE_INFO_PTR;
Definitions:
- RecordType
- The type of record parsed by the module specified by GUID.
- Module
- A GUID identifying the default parsing module for the specified record type.