Version

menu_open
Wwise SDK 2023.1.2

◆ DoOperation()

virtual IOperationResult* AK.Wwise::ISourceControl::DoOperation ( DWORD  in_dwOperationID,
const StringList in_rFilenameList,
const StringList in_pTargetFilenameList = NULL 
)
pure virtual

Performs an operation on files. This function is called when the user clicks on a source control operation in a menu. The returned IOperationResult must be allocated on the heap and freed by the caller using IOperationResult::Destroy. For Rename and Move operations in No-User-Interface mode, in_pTargetFilenameList contains the list of target names are known in advance.

Parameters
in_dwOperationIDThe ID of the operation that the user selected from the menu
in_rFilenameListA list of the names of the files that the user selected in the File Manager or in the Project Explorer.
in_pTargetFilenameListOptional: A list of the names of the destination files. Pass NULL when not specified.

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise