Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the CF_NETRESOURCE clipboard format.
Syntax
typedef struct _NRESARRAY {
  UINT        cItems;
  NETRESOURCE nr[1];
} NRESARRAY, *LPNRESARRAY;
Members
cItems
Type: UINT
The number of elements in the nr array.
nr[1]
Type: NETRESOURCE[1]
The array of NETRESOURCE structures that contain information about network resources. The string members (LPSTR types) in the structure contain offsets instead of addresses.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows XP [desktop apps only] | 
| Minimum supported server | Windows 2000 Server [desktop apps only] | 
| Header | shlobj_core.h (include Shlobj.h) |