Version

    Other Documentation

menu_open
Wwise SDK 2022.1.11
AK.Wwise::ISourceControl::PluginInfo Class Reference

Plug-in information structure. This structure gives a simple overview of the plug-in's capabilities. More...

#include <ISourceControl.h>

Public Attributes

BSTR m_bstrName
 The name of the plug-in displayed in the Project Settings plug-in list. More...
 
unsigned int m_uiVersion
 The current version of the plug-in. More...
 
bool m_bShowConfigDlgAvailable
 Used to enable/disable the 'Config...' button in the Project Settings. More...
 
DWORD m_dwUpdateCommandID
 Indicates the command ID for the Update command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwCommitCommandID
 Indicates the command ID for the Commit/Submit/Checkin command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwRenameCommandID
 Indicates the command ID for the Rename command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwMoveCommandID
 Indicates the command ID for the Move command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwAddCommandID
 Indicates the command ID for the Add command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwDeleteCommandID
 Indicates the command ID for the Delete command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwRevertCommandID
 Indicates the command ID for the Revert command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwDiffCommandID
 Indicates the command ID for the Diff command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwCheckOutCommandID
 Indicates the command ID for the CheckOut command, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwRenameNoUICommandID
 Indicates the command ID for the Rename command, showing no User Interface, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwMoveNoUICommandID
 Indicates the command ID for the Move command, showing no User Interface, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwAddNoUICommandID
 Indicates the command ID for the Add command, showing no User Interface, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwDeleteNoUICommandID
 Indicates the command ID for the Delete command, showing no User Interface, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwRevertNoUICommandID
 Indicates the command ID for the Revert command, showing no User Interface, s_dwInvalidOperationID (-1) if not supported. More...
 
DWORD m_dwCheckOutNoUICommandID
 Indicates the command ID for the CheckOut command, showing no User Interface, s_dwInvalidOperationID (-1) if not supported. More...
 
bool m_bStatusIconAvailable
 Indicates that the plug-in supports Project Explorer custom icons. More...
 

Detailed Description

Plug-in information structure. This structure gives a simple overview of the plug-in's capabilities.

Definition at line 218 of file ISourceControl.h.


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