Name
hw_RemoveLoaderAdapter -- remove a loader or adapter (V6.0)
Synopsis
void hw_RemoveLoaderAdapter(hwPluginBase *self, ULONG type);
Function
This function can be used to remove a loader or adapter plugin. You may choose to activate it again later by calling hw_AddLoaderAdapter(). In the first parameter, you have to pass a pointer to the hwPluginBase that Hollywood has passed to your plugin's InitPlugin() function. The second parameter specifies the loader or adapter type. See hw_AddLoaderAdapter for a list of supported types.

Designer compatibility
Unsupported

Inputs
self
hwPluginBase pointer passed to InitPlugin()
type
loader or adapter type (see above)

Show TOC