DRT_DATA struttura (drt.h)
La struttura DRT_DATA contiene un BLOB di dati. Questa struttura viene usata da diverse funzioni DRT.
Sintassi
typedef struct drt_data_tag {
ULONG cb;
BYTE *pb;
} DRT_DATA, *PDRT_DATA;
Members
cb
Numero di byte.
pb
Puntatore a una matrice di byte contenente i dati comuni.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 Professional [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | drt.h |