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
這是否有幫助?