Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
CSpEvent::PropertyName
CSpEvent::PropertyName returns the property name string from the event's lParam. The caller must make sure the event ID is either SPEI_PROPERTY_NUM_CHANGE and event type is SPET_LPARAM_IS_STRING, or event ID is SPEI_PROPERTY_STRING_CHANGE and event type is SPET_LPARAM_IS_POINTER.
const WCHAR* PropertyName( void ) const;
Parameters
None.
Return values
Returns the property name string from the event's lParam.