The NETMAP_DESC_STRUCT structure contains the Netmap Node Description
information. Use this structure to retrieve and set the Netmap Node
Description information.
Structure
struct Netmap_Desc_Struct
{
TCHAR Name[MAX_NODE_NAME_LEN+1];
TCHAR ContactPhone[MAX_PHONE_NUMBER+1];
TCHAR ContactName[MAX_CONTACT_NAME+1];
TCHAR Description[MAX_DESCRIPTION+1];
};
typedef struct Netmap_Desc_Struct NETMAP_DESC_STRUCT;
|
Members
Member |
Description |
Name [MAX_NODE_NAME_LEN+1] |
The node name. |
ContactPhone [MAX_PHONE_NUMBER+1] |
The phone number of the person responsible for
this node. |
ContactName [MAX_CONTACT_NAME+1] |
The name of the person responsible for this
node. |
Description [MAX_DESCRIPTION+1] |
Node description information. |