Detach (SAPI 5.4)

Microsoft Speech API 5.4

CSpEvent::Detach

CSpEvent::Detach clears the current instance and optionally makes a copy.

  
    void  Detach(
   SPEVENT   *pDestEvent = NULL
);

Parameters

  • pDestEvent
    The event structure to copy to. If NULL, no copy is made before clearing the instance.

Return values

None.