Previous Topic: Sm_PolicyApi_AffiliateAttr_t

Next Topic: Sm_PolicyApi_Agent_t

Sm_PolicyApi_AffiliateDomain_t

Represents an affiliate domain.

Syntax

typedef struct Sm_PolicyApi_Domain_s
{
   int iStructId;
   char pszOid[BFSIZE];
   char pszName[BFSIZE];
   char pszDesc[BFSIZE];
   struct Sm_PolicyApi_Domain_s*   next;
} Sm_PolicyApi_Domain_t, Sm_PolicyApi_AffiliateDomain_t;

Field

Description

iStructId

Affiliate Domain data structure ID, defined in Sm_PolicyApi_Structs_t.

pszOid

The object identifier of the Affiliate Domain.

pszName

Name of the Affiliate Domain.

pszDesc

Brief description of the Affiliate Domain.

next

Pointer to the next Affiliate Domain structure.


Copyright © 2010 CA. All rights reserved. Email CA about this topic