Function that is called by the plug-in host to determine whether or not to update any cached information about commands supported by this plug-in.
PLUGIN_API int __stdcall CX_FormatInfoChanged
(
BOOL& bChanged
);
bChanged
Type: BOOL&
[out] Set to TRUE if the host should update its cache.
For a description of return values, see Return Values.
When you release an updated version of your plug-in, this function should return TRUE at least once.
Header: CX_PlugIn.h