You are reading help file online using chmlib.com
|
SPRULESTATE lists the states of a grammar rule.
typedef enum SPRULESTATE
{
SPRS_INACTIVE,
SPRS_ACTIVE,
SPRS_ACTIVE_WITH_AUTO_PAUSE
} SPRULESTATE;
You are reading help file online using chmlib.com
|