API 설명서 > External objects > Object ProDispdat > Function ProDispdatPropsGet
Function ProDispdatPropsGet
Description
Retrieves the properties of the display data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobjDisp.h>
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
The function successfully retrieved the information.
The input argument is invalid.
The function could not retrieve the data.
See Also
Sample Code References
User Guide References
도움이 되셨나요?