RemSNB  FNHMIP

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

Defined in the IStorageFS1VT1 interface (storag.idl).

typedef struct tagRemSNB { 

    unsigned                long     ulCntStr;

    unsigned                long     ulCntChar;

    [size_is(ulCntChar)]    wchar_t  rgString[];

} RemSNB;

typedef [transmit_as(RemSNB)] wchar_t  **SNB;

 

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 SNBG21U6Q.

 

See Also

IStorage