MS_ADDINFO_CATALOGMEMBER structure (mssip.h)
The MS_ADDINFO_CATALOGMEMBER structure provides additional information for catalog member subject types.
Syntax
typedef struct MS_ADDINFO_CATALOGMEMBER_ {
DWORD cbStruct;
struct CRYPTCATSTORE_ *pStore;
struct CRYPTCATMEMBER_ *pMember;
} MS_ADDINFO_CATALOGMEMBER, *PMS_ADDINFO_CATALOGMEMBER;
Members
cbStruct
The size, in bytes, of this structure.
pStore
A CRYPTCATSTORE structure that contains a catalog file store.
pMember
A CRYPTCATMEMBER structure that contains a catalog member.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | mssip.h |