Table of Contents Index NMS Glossary Previous Page Next Page (Page 22 of 41 in this chapter) Version


vceLoadPromptRules

Description

Loads the specified prompt rules table.

Prototype

DWORD vceLoadPromptRules ( CTAHD ctahd,
char *name,
VCEPROMPTHD
*prompthandle)

ctahd Handle returned by ctaCreateContext.

name Pointer to the file name of the prompt rule table. If the file does not include an extension, the default extension of .tbl is added to the file name.

prompthandle Pointer to the integer variable to receive the handle of the specified prompt table.

Return Values

E vents

Details

This function reads the specified prompt rules table into memory. The returned prompt handle is passed to vceBuildPromptList.

Open the associated voice file using vceOpenFile. The voice file is used in conjunction with the output from vceBuildPromptList to call vcePlayList.

Each rule table is usually specific to one language such as French, German, or English. More than one rule table can be loaded at a time.

See Also

vceBuildPromptList, vcePlayList, vceUnloadPromptRules

Example

Refer to vceBuildPromptList.



Table of Contents Index NMS Glossary Previous Page Next Page (Page 22 of 41 in this chapter) Version


Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2001, Natural MicroSystems, Inc. All rights reserved.