typedef struct {
DWORD dwSize;
DWORD dwRuleNum;
TCHAR szString[];
} SRCFGIMPRULE, *PSRCFGIMPRULE;
Identifies a rule to be imported by a context-free grammar.
dwSize
Size, in bytes, of SRCFGIMPRULE plus the size of the szString member, rounded up to the nearest multiple of four. The dwSize member must be DWORD-aligned to work on processors that require alignment, such as MIPS and Alpha.
dwRuleNum
Unique rule number specific to this grammar. The syntax portion of the grammar identifies the rule by using this number.
szString
Null-terminated string of variable size that an application uses to identify this rule. The null at the end of this member is sufficient to indicate the end of the string. This is case insensitive.