ipGetTypesInfo
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This is an optional method you can implement in your IP to overload types information.
int ipGetTypesInfo(int iInfoType);
Parameters for ipGetTypesInfo
| Parameter | Type | Description |
| IN | ||
| iInfoType | int | The type of information |
| RETURN | ||
| oa_types_info[] | The return type is oa_types_info[] where oa_types_info is a class. |