Sm_PolicyApi_RegularExpression_t

Defines a regular expression.
casso127
Defines a regular expression.
Syntax
typedef struct Sm_PolicyApi_RegularExpression_s
{
int iStructId;
char pszOid[BFSIZE];
char pszName[BFSIZE];
char ExpressionDef[BFSIZE];
bool matchExpression;
struct Sm_PolicyApi_RegularExpression_s *next;
} Sm_PolicyApi_RegularExpression_t;
Field
Description
iStructId
Regular expression structure ID, defined in Sm_PolicyApi_Structs_t.
pszOid
The object identifier of the regular expression object.
pszName
Name of the regular expression.
ExpressionDef
Definition of the regular expression.
matchExpression
1 if password must match this expression.
0 if password must not match this expression.
next
Pointer to the next regular expression structure.