OfxGetNumberOfPlugins

Function OfxGetNumberOfPlugins 

Source
pub unsafe extern "C" fn OfxGetNumberOfPlugins() -> c_int
Expand description

@brief Defines the number of plug-ins implemented inside a binary

A host calls this to determine how many plug-ins there are inside a binary it has loaded. A function of this type must be implemented in and exported from each plug-in binary.