|
virtual unsigned int AK::Wwise::IPluginObjectMedia::GetConvertedDirectory |
( |
LPWSTR |
out_pszDirectory, |
|
|
unsigned int |
in_uiBufferSize, |
|
|
const GUID & |
in_guidPlatform
|
|
|
) |
|
|
const [pure virtual]
|
Obtain the Converted directory for the plugin and platform
- Returns:
- Number of characters written to the buffer, zero if failed.
- Parameters:
-
|
out_pszDirectory |
Pointer to the buffer that will hold the directory string |
|
in_uiBufferSize |
Size of the buffer pointed by out_pszDirectory |
|
in_guidPlatform |
The GUID of the platform |
|