Documentação da API > Miscellaneous > Object ProVolume > Function ProVolumeInterferenceInfoArrayFree
Function ProVolumeInterferenceInfoArrayFree
Description
This function frees the memory that was allocated by ProVolumeInterferenceCompute(). Call this API to remove the interference highlighted by the function ProVolumeInterferenceDisplay(). This function also refreshes the screen. This API is supported in DLL mode only.
Synopsis
#include <ProVolumeIntf.h>
ProVolumeInterferenceInfoArrayFree
(
/* (In)
pointer to the interference data array that is no longer needed and should be freed.
*/
)
Returns
The function succeeded.
A general error is encountered.
Pointer to the interference data array is invalid.
User Guide References
Isto foi útil?