NRESARRAYNRESARRAY*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NOTIFYICONDATA
*Next Topic: SHDESCRIPTIONID

NRESARRAY

Defines the CF_NETRESOURCE clipboard format.

Syntax

typedef struct _NRESARRAY { 
    UINT        cItems; 
    NETRESOURCE nr[1]; 
} NRESARRAY, * LPNRESARRAY; 

Members

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

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.