Share via


SPBINARYGRAMMAR

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure contains size information for a binary grammar. The grammar is the resulting data after a call to ISpGrammarBuilder::Commit or ISpGrammarCompiler::CompileStream.

Syntax

typedef struct SPBINARYGRAMMAR{
  ULONG ulTotalSerializedSize;
} SPBINARYGRAMMAR;

Members

  • ulTotalSerializedSize
    Total size, in bytes, of the serialized grammar.

Requirements

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Structures