Updated: October 28, 2024 |
Find the control best suited for a specific file extension
#include <aoi.h> const AOICtrl_t *AoFindExt(const char *ext, int32_t *rating, const char *oiface, int32_t version);
This function finds the control that has an AOExtInspector interface that returns the best rating for the given file extension, and that has the given interface name and minimum version (if specified).
A pointer to an AOICtrl_t structure for the control that meets the search criteria, or NULL if no such control is found.
QNX Neutrino