API Documentation > External objects > Object ProSeldat > Function ProSeldatAlloc
Function ProSeldatAlloc
Description
Allocates the memory for the selection data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobjSel.h>
ProSeldatAlloc
(
ProWExtobjdata* sel_data
/* (Out)
The pointer to the pointer to the selection data structure
*/
)
Returns
The function successfully allocated the memory.
The function could not allocate the memory.
Sample Code References
User Guide References
Was this helpful?