A3DPDFWidgetGetName
-
A3DStatus
A3DPDFWidgetGetName(A3DPDFWidget *pWidget, A3DUTF8Char **ppcWidgetId) Function to retrieve the name (identifier) of a widget.
Widgets are fields or more high-level entities.
Memory Management
In case of success,
ppcWidgetIdcontains heap allocated memory you are responsible for. To free the memory onppcWidgetId, callA3DPDFWidgetGetNamewithpWidgetset to 0.Parameters
pWidget: The Widget object to work with.
ppcWidgetId: The identifier as a string.