FreeVirtualFindData
The FreeVirtualFindData function is called to release the data allocated by
GetVirtualFindData.
void WINAPI FreeVirtualFindData( HANDLE hPlugin, struct PluginPanelItem *PanelItem, int ItemsNumber );
Parameters
hPlugin
Plugin handle returned by OpenPlugin
or OpenFilePlugin.
PanelItem
Points to an array of PluginPanelItem
structures previously allocated by GetVirtualFindData.
ItemsNumber
Number of elements in the PanelItem array.
Return value
None.
See also: