ID_FormatInfoChanged function

Function that is called by the plug-in host to determine whether or not to update any cached information about formats supported by this plug-in.

Syntax

PLUGIN_API int __stdcall ID_FormatInfoChanged
(
   BOOL& bChanged
);

Parameters

bChanged

Type: BOOL&

[out] Set to TRUE if the host should update its cache.

Return Value

For a description of return values, see Return Values.

Remarks

When you release an updated version of your plug-in, this function should return TRUE at least once.

Requirements

Header: ID_PlugIn.h

See also: