You are reading help file online using chmlib.com
|
SPBINARYGRAMMAR contains the grammar size information. A binary grammar is the resulting data after calling either ISpGrammarBuilder::Commit() or ISpGrammarCompiler::CompileStream().
typedef struct SPBINARYGRAMMAR
{
ULONG ulTotalSerializedSize;
} SPBINARYGRAMMAR;
You are reading help file online using chmlib.com
|