AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_PlugInBundleLocation.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 * Copyright 2015, 2023 Avid Technology, Inc.
4 * All rights reserved.
5 *
6 * CONFIDENTIAL: this document contains confidential information of Avid. Do
7 * not disclose to any third party. Use of the information contained in this
8 * document is subject to an Avid SDK license.
9 */
10
16/*================================================================================================*/
18#ifndef AAX_PLUGINBUNDLELOCATION_H
19#define AAX_PLUGINBUNDLELOCATION_H
21
22namespace AAX
23{
39 bool GetPathToPlugInBundle (const char* iBundleName, int iMaxLength, char* oModuleName);
41}
42
44#endif
bool GetPathToPlugInBundle(const char *iBundleName, int iMaxLength, char *oModuleName)
Retrieve the file path of the .aaxplugin bundle.
Definition: AAX_EnvironmentUtilities.h:59