版本

    其他文档

menu_open
AK.Wwise::ISourceControl::IFileOperationResult类 参考abstract

#include <ISourceControl.h>

类 AK.Wwise::ISourceControl::IFileOperationResult 继承关系图:
AK.Wwise::ISourceControl::IOperationResult

Public 成员函数

virtual void GetMovedFile (unsigned int in_uiIndex, LPWSTR out_szFrom, LPWSTR out_szTo, unsigned int in_uiArraySize)=0
 Return the move source and destination for the file at index in_uiIndex 更多...
 
virtual void GetFile (unsigned int in_uiIndex, LPWSTR out_szPath, unsigned int in_uiArraySize)=0
 Return the successful file at index in_uiIndex 更多...
 
virtual unsigned int GetFileCount ()=0
 Returns how many files were moved during the operation 更多...
 
- Public 成员函数 继承自 AK.Wwise::ISourceControl::IOperationResult
virtual OperationResult GetOperationResult ()=0
 Returns OperationResult_Succeed or OperationResult_Failed 更多...
 
virtual void Destroy ()=0
 Implementations should call "delete this;". 更多...
 

详细描述

The result returned by DoOperation for a Move, Rename or Delete operation. An instance of this class is allocated by the plugin and freed by Wwise. The operation ID must be identified by : PluginInfo::m_dwMoveCommandID, PluginInfo::m_dwMoveNoUICommandID, PluginInfo::m_dwRenameCommandID or PluginInfo::m_dwRenameNoUICommandID PluginInfo::m_dwDeleteCommandID or PluginInfo::m_dwDeleteNoUICommandID

在文件 ISourceControl.h125 行定义.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅