API 文件集 > External objects > Object ProDispdat > Function ProDispdatAlloc
Function ProDispdatAlloc
Description
Initializes the display data structure.
Synopsis
#include <ProExtobjDisp.h>
ProDispdatAlloc
(
ProWExtobjdata* disp_data
/* (In)
The display data
*/
)
Returns
The function successfully initialized the structure.
The input argument is invalid.
The function could not initialize the structure.
Sample Code References
這是否有幫助?