NRESARRAY  3OGPN9D 

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 NETRESOURCE1E2F7KP structures that contain information about network resources. The string members (LPSTR types) in the structure contain offsets instead of addresses.