MS_ADDINFO_BLOB structure (mssip.h)

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

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header mssip.h