API 설명서 > Selection > Object ProSelection > Function ProSelectionFree
Function ProSelectionFree
Description
Frees a preallocated selection object.
Synopsis
#include <ProSelection.h>
ProSelectionFree
(
ProSelection* p_selection
/* (In)
The address of the selection object
*/
)
Returns
The function successfully freed the selection.
The supplied inputs were incorrect.
Sample Code References
User Guide References
도움이 되셨나요?