Sets various properties on the port.
int SetProperty(PROPERTIES Property, int Value);
LV_SUCCESS
No errors; Property is set to Value.
A negative result indicates a specific error:
-1: LV_FAILURE: The decode failed.
-11: LV_INVALID_VALUE: Value is invalid for the given property.
Property
Which property to modify.
Value
Property-dependent.
Currently, only PROP_SAVE_SOUND_FILES is implemented. Setting Value to 1 will cause the port to save request and answer files to disk; setting Value to 0 turns this feature off. The request and answer files are invaluable for troubleshooting and tuning applications, but will quickly fill up a hard drive.
SetPropertyEx (used to set the remaining properties)
Complete Help Topic List | Speech Engine Product Information