NRESARRAY

Defines the CF_NETRESOURCE clipboard format.

typedef struct _NRESARRAY { // anr

UINT cItems;

NETRESOURCE nr[1];

} NRESARRAY, * LPNRESARRAY;

Members

cItems

Number of elements in nr.

nr

Array of NETRESOURCE structures that contain information about network resources. The string members (LPSTR types) in the structure contain offsets instead of addresses.