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 © 2012 CA Technologies.
All rights reserved.
|
|