AAX SDK  2.4.1
Avid Audio Extensions Development Kit
AAX_PlugInBundleLocation.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  * Copyright 2015 by Avid Technology, Inc.
4  * All rights reserved.
5  *
6  * CONFIDENTIAL: This document contains confidential information. Do not
7  * read or examine this document unless you are an Avid Technology employee
8  * or have signed a non-disclosure agreement with Avid Technology which protects
9  * the confidentiality of this document. DO NOT DISCLOSE ANY INFORMATION
10  * CONTAINED IN THIS DOCUMENT TO ANY THIRD-PARTY WITHOUT THE PRIOR WRITTEN CONSENT
11  * OF Avid Technology, INC.
12  */
13 
19 /*================================================================================================*/
21 #ifndef AAX_PLUGINBUNDLELOCATION_H
22 #define AAX_PLUGINBUNDLELOCATION_H
24 
25 namespace AAX
26 {
42  bool GetPathToPlugInBundle (const char* iBundleName, int iMaxLength, char* oModuleName);
44 }
45 
47 #endif
bool GetPathToPlugInBundle(const char *iBundleName, int iMaxLength, char *oModuleName)
Retrieve the file path of the .aaxplugin bundle.
Definition: AAX_Exception.h:42