Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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[1]
Pointer to an array of bytes containing the stream name strings from the SNB structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | objidl.h |