MS_ADDINFO_BLOB structure
The MS_ADDINFO_BLOB structure provides additional information for in-memory BLOB subject types.
Syntax
typedef struct _MS_ADDINFO_BLOB_ { DWORD cbStruct; DWORD cbMemObject; BYTE *pbMemObject; DWORD cbMemSignedMsg; BYTE *pbMemSignedMsg; } MS_ADDINFO_BLOB, *PMS_ADDINFO_BLOB;
Members
- cbStruct
-
The size, in bytes, of this structure.
- cbMemObject
-
The size, in bytes, of the data in the pbMemObject member.
- pbMemObject
-
A pointer to the in-memory BLOB subject.
- cbMemSignedMsg
-
The size, in bytes, of the data in the pbMemSignedMsg member.
- pbMemSignedMsg
-
A pointer to the signed message.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012