tfInterfaceNameToDevice
| ttUserInterface tfInterfaceNameToDevice | (ttUserConstCharPtr namePtr); |
Function Description
This function returns an interface given a name.
Parameters
- namePtr
- The caller-allocated name.
Returns
- non zero handle
- Success
- NULL
- Failure: The name does not have an associated interface.
Usage
This function is used to retrieve an interface given a character-based name. Use tfInterfaceName() to make this association. For details on Strong End System Model see Appendix C: Strong End System Model / Weak End System Model.