There was an error while loading. Please reload this page.
Retrieves an opaque pointer to attributes for a given YYTKPlugin.
YYTKStatus PmGetPluginAttributes( YYTKPlugin* pObject, PluginAttributes_t* &outAttributes );
The plugin object whose attributes you want to query.
A reference to a PluginAttributes_t* object. You needn't keep a pointer to this object.
PluginAttributes_t*
The function returns YYTK_OK if the function succeeds and outAttributes is set.
YYTK_OK
outAttributes
The function returns YYTK_INVALIDARG if pObject isn't valid.
YYTK_INVALIDARG
pObject
The function returns YYTK_NOT_FOUND if the plugin attributes aren't present in the internal list.
YYTK_NOT_FOUND