Struttura NRESARRAY (shlobj_core.h)
Definisce il formato degli Appunti CF_NETRESOURCE.
Sintassi
typedef struct _NRESARRAY {
UINT cItems;
NETRESOURCE nr[1];
} NRESARRAY, *LPNRESARRAY;
Members
cItems
Tipo: UINT
Numero di elementi nella matrice nr .
nr[1]
Tipo: NETRESOURCE[1]
Matrice di strutture NETRESOURCE che contengono informazioni sulle risorse di rete. I membri stringa (tipi LPSTR ) nella struttura contengono offset anziché indirizzi.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | shlobj_core.h (include Shlobj.h) |