MS_ADDINFO_CATALOGMEMBER-Struktur (mssip.h)
Die MS_ADDINFO_CATALOGMEMBER-Struktur stellt zusätzliche Informationen für Katalogmember-Betrefftypen bereit.
Syntax
typedef struct MS_ADDINFO_CATALOGMEMBER_ {
DWORD cbStruct;
struct CRYPTCATSTORE_ *pStore;
struct CRYPTCATMEMBER_ *pMember;
} MS_ADDINFO_CATALOGMEMBER, *PMS_ADDINFO_CATALOGMEMBER;
Member
cbStruct
Die Größe (in Bytes) dieser Struktur.
pStore
Eine CRYPTCATSTORE-Struktur , die einen Katalogdateispeicher enthält.
pMember
Eine CRYPTCATMEMBER-Struktur , die ein Katalogelement enthält.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [nur Desktop-Apps] |
Kopfzeile | mssip.h |