Unregisterpluginclass

OllyDbg Plugin API

Unregisterpluginclass

Unregisters window class previously registered by Registerpluginclass. Call this function for each registered class from ODBG_Plugindestroy.

void Unregisterpluginclass(char *classname);

Parameters:

classname - class name returned by call to Registerpluginclass.

See also: Registerpluginclass