Wwise SDK 2022.1.4
_i_source_control_utilities_8h_source
Version
menu_open
link
Wwise SDK 2022.1.4
|
ISourceControlUtilities.h
Go to the documentation of this file.
28 /// Wwise source control plug-in utilities interface, used to create custom dialogs, display the progress dialog, and get
45 /// Wwise source control utilities interface. This interface is provided when the plug-in is initialized.
46 /// With this interface, you can display a progress dialog, create custom dialogs, display message boxes, and
51 /// Get a pointer to an AK::Wwise::ISourceControlOperationProgress interface, so you can display a simple progress dialog for the operation.
56 /// This function does the same thing as the standard \c MessageBox function, except that this one will
109 DWORD& io_dwValue ///< in: value to return if preference is not set; out: changed to user preference value if set
123 LPWSTR io_pszValue, ///< in: value to return if preference is not set; out: changed to user preference value if set
141 /// You must create a static control in the resources delimitating the region of the list control and
virtual bool ShowBrowseForFolderDialog(LPCWSTR in_pszDialogTitle, LPWSTR out_pszChoosenPath, UINT in_uiChoosenPathSize, LPCWSTR in_pszRootPath=NULL)=0
virtual void GetMoveRootPath(LPCWSTR in_pszFullPath, LPWSTR out_pszRootPath, UINT in_uiRootPathSize)=0
virtual ISourceControlOperationProgress * GetProgressDialog()=0
virtual int PromptMessage(HWND in_hWnd, LPCWSTR in_pszText, LPCWSTR in_pszCaption, LPWSTR out_pszInput, UINT in_uiInputSize, bool in_bIsPassword)=0
virtual void CreateFileStatusListControl(HWND in_hWndParent, UINT in_idStatic, const WCHAR **in_ppFilenameList, unsigned int in_uiFilenameListCount)=0
virtual void SetUserPreferenceDword(LPCWSTR in_pszPreference, DWORD in_dwValue)=0
virtual void GetUserPreferenceDword(LPCWSTR in_pszPreference, DWORD &io_dwValue)=0
virtual void GetUserPreferenceString(LPCWSTR in_pszPreference, LPWSTR io_pszValue, DWORD in_dwSize)=0
virtual INT_PTR CreateModalCustomDialog(ISourceControlDialogBase *in_pDialog)=0
virtual void SetUserPreferenceString(LPCWSTR in_pszPreference, LPCWSTR in_pszValue)=0
virtual bool IsCancelRequested() const =0
virtual int MessageBox(HWND in_hWnd, LPCWSTR in_pszText, LPCWSTR in_pszCaption, UINT in_uiType)=0
Was this page helpful?
Need Support?
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageTell 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