Description | |||||||||||
Retrieves the properties of the display data. | |||||||||||
Replacement in Object TOOLKIT: | wfcExternalObject::RemoveData | ||||||||||
wfcExternalObject::GetData | |||||||||||
Synopsis | |||||||||||
#include <ProExtobjDisp.h> | |||||||||||
ProError | ProDispdatPropsGet | ( | |||||||||
ProWExtobjdata disp_data | |||||||||||
/* (In) | |||||||||||
The display data. | |||||||||||
*/ | |||||||||||
ProExtobjDispprops** properties | |||||||||||
/* (Out) | |||||||||||
The array of display properties. The array is allocated by the function. Use ProArrayFree() to free the allocated memory. | |||||||||||
*/ | |||||||||||
int* prop_num | |||||||||||
/* (Out) | |||||||||||
The number of properties. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProArrayFree |