All ASX control objects have type and source and destination node properties. The generic control functions that follow support querying those properites.
Functions | |
| ASX32_API ASX_ERROR | ASX_Control_GetType (ASX_HANDLE hControl, enum asxCONTROL *peControl) |
| Generic control function to get the type of a control. | |
| ASX32_API ASX_ERROR | ASX_Control_GetSourceNode (ASX_HANDLE hControl, ASX_HANDLE *p_hNode) |
| Generic control function to get the source node of a control. | |
| ASX32_API ASX_ERROR | ASX_Control_GetDestinationNode (ASX_HANDLE hControl, ASX_HANDLE *p_hNode) |
| Generic control function to get the destination node of a control. | |
| ASX32_API ASX_ERROR | ASX_Control_GetHpiControl (ASX_HANDLE hControl, void **pphHpiSubSys, unsigned int *phHpiControl) |
| Tunnel through ASX to get HPI control parameters (NOT IMPLEMENTED YET). | |
| ASX32_API ASX_ERROR | ASX_Control_GetSubSystem (ASX_HANDLE hControl, ASX_HANDLE *p_hSubSystem) |
| Returns the sub system handle of the given control. | |
|
||||||||||||
|
Generic control function to get the destination node of a control.
|
|
||||||||||||||||
|
Tunnel through ASX to get HPI control parameters (NOT IMPLEMENTED YET).
|
|
||||||||||||
|
Generic control function to get the source node of a control.
|
|
||||||||||||
|
Returns the sub system handle of the given control.
|
|
||||||||||||
|
Generic control function to get the type of a control.
|
1.4.6-NO