次の方法で共有


String (SAPI 5.3)

Microsoft Speech API 5.3

CSpEvent::String

CSpEvent::String returns the string from the event's lParam. The caller must make sure the event type is SPET_LPARAM_IS_STRING.

  
    const WCHAR* String( void ) const;
  

Parameters

None.

Return values

Returns the string from the event's lParam.