You are reading help file online using chmlib.com
|
SPBOOKMARKOPTIONS is used at the creation of a bookmark to specify whether the bookmark will pause a recognition context.
typedef enum SPBOOKMARKOPTIONS
{
SPBO_NONE,
SPBO_PAUSE
} SPBOOKMARKOPTIONS;
You are reading help file online using chmlib.com
|