Condividi tramite


Struttura RemSNB (objidl.h)

La struttura RemSNB viene utilizzata per il marshalling del tipo di dati SNB .

Definito nell'interfaccia IStorage (Storag.idl).

Sintassi

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

Members

ulCntStr

Numero di stringhe nel buffer rgString .

ulCntChar

Dimensioni in byte del buffer rgString .

rgString[1]

Puntatore a una matrice di byte contenente le stringhe del nome del flusso dalla struttura SNB .

Requisiti

   
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione objidl.h

Vedi anche

IStorage