API 설명서 > Miscellaneous > Object ProReferencearray > Function ProReferencearrayFree
Function ProReferencearrayFree
Description
Frees a reference ProArray. This function also free each ProReference handle using ProReferenceFree.
Synopsis
#include <ProReference.h>
ProReferencearrayFree
(
ProReference* references
/* (In)
The ProArray of reference handles.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?