IVCmdDialogs::GeneralDlg

HRESULT GeneralDlg(HWND hWndParent, PTSTR pszTitle);

Displays a General dialog box, which gives the user general control of the speech-recognition engine and provides the user with full access to engine-specific controls.

· Returns NOERROR if successful, or one of these error values:

E_INVALIDARG
VCMDERR_INVALIDMODE
VCMDERR_INVALIDWINDOW
VCMDERR_NOTSUPPORTED
VCMDERR_OUTOFMEM
VCMDERR_VALUEOUTOFRANGE

hWndParent

[in] Handle of the parent window. If this parameter is NULL, the engine returns NOERROR if it supports the General dialog box or VCMDERR_NOTSUPPORTED if it does not.

pszTitle

[in] Address of the string to use as the title of the dialog box. This parameter can be NULL to direct the engine to provide a default title.

Depending on the engine, the General dialog box may allow users to perform these tasks:

· Inform the engine of the speaker's gender or other speaker-specific information.

· Control how stringent the engine is about recognition.

· Control the maximum amount of disk space allotted for speaker information.

· Control optimizations that reduce processing.

· Export and import speaker information to and from a disk so that this information can be transferred between systems.