Makes user context information available to callers of the Policy Management API.
typedef struct Sm_PolicyApi_UserContext_s
{
int iStructId;
Sm_Api_UserContext_t *pUserContext;
struct Sm_PolicyApi_UserContext_s* next;
} Sm_PolicyApi_UserContext_t;
|
Field |
Description |
|---|---|
|
iStructId |
User data structure ID, defined in Sm_PolicyApi_Structs_t. |
|
pUserContext |
Pointer to the user context information. |
|
next |
This field is always set to null. |
| Copyright © 2010 CA. All rights reserved. | Email CA about this topic |