IVDctInvTextNorm::OptionsGet

HRESULT OptionsGet(PCSTR pszOptionName, BOOL *pfOn);

OptionsGet returns the state of the option, whether the switch is on or off. For example, there might be a switch for "Two spaces between sentences" that will put two spaces between sentence is it's on, or only one if it's off.

pszOptionName

[in] Option name. A list of option names can be gotten from OptionsEnum.

pfOn

[out] Filled in with TRUE if the option switch is on, FALSE if it's off.