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 ); hwnd Specifies the character code by Unicode to be queried. atom Specifies the atom of an specified plug-in file name. If the plug-in is freed, the return value is TRUE. If the plug-in is not
freed, the return value is FALSE.Parameters¶
Return Values¶