IAgentCharacter::Stop

[自 Windows 7 起,Microsoft Agent 已被取代,後續版本的 Windows 可能無法使用。]

HRESULT Stop(
   long dwReqID  // request ID
);

停止指定的動畫 (要求) ,並將它從字元的動畫佇列中移除。

  • 傳回S_OK,表示作業成功。

dwReqID

要停止之要求的識別碼。

停止 也可以用來停止任何已排入佇列 的 Prepare 呼叫。

另請參閱

IAgentCharacter::P repareIAgentCharacter::StopAll