3.32 DM_GetToolkitDataEx

This function is an extended form of DM_GetToolkitData and allows to pass additional values or structures via the parameters data and options.

Availability

since IDM version A.05.02.e

FPTR DML_default DM_EXPORT DM_GetToolkitDataEx
(
  DM_ID objectID,
  DM_Attribute attr,
  FPTR data,
  DM_Options options
)

Parameters

-> DM_ID objectID

This parameter is the identifier of the object whose window system specific data should be requested.

-> DM_Attribute attr

This parameter specifies the attribute to be queried.

<-> FPTR data

Pointer to Toolkit Datastructure DM_ToolkitDataArgs structure. The structure is used for communication with the DM_GetToolkitDataEx function. It allows the transfer and return of different value types.

For compatible use to DM_GetToolkitData should be data = NULL.

-> DM_Options options

Currently unused, should be used with 0.

Return value

Depending on the type of the queried value, this function returns the corresponding values converted to FPTR.

(missing or bad snippet)