Sm_PolicyApi_UserContext_t

Makes user context information available to callers of the Policy Management API.
casso127
Makes user context information available to callers of the Policy Management API.
Syntax
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.