RemSNB structure (objidl.h)

The RemSNB structure is used for marshaling the SNB data type.

Defined in the IStorage interface (Storag.idl).

Syntax

typedef struct tagRemSNB {
  ULONG   ulCntStr;
  ULONG   ulCntChar;
  OLECHAR rgString[1];
} RemSNB;

Members

ulCntStr

Number of strings in the rgString buffer.

ulCntChar

Size in bytes of the rgString buffer.

rgString

Pointer to an array of bytes containing the stream name strings from the SNB structure.

Requirements

   
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header objidl.h

See also

IStorage