Editor_Free

Frees a specified plug-in. You can use this inline function or explicitly send the EE_FREE message.

Editor_Free( HWND hwnd, ATOM atom );

Parameters

hwnd

Specifies the character code by Unicode to be queried.

atom

Specifies the atom of an specified plug-in file name.

Return Values

If the plug-in is freed, the return value is TRUE. If the plug-in is not freed, the return value is FALSE.