64 lines
2.0 KiB
HTML
64 lines
2.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>_plugin_unregistercallback</title>
|
|
<meta name="GENERATOR" content="WinCHM">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
html,body {
|
|
/* Default Font */
|
|
font-family: Courier New;
|
|
font-size: 11pt;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<P><STRONG>_plugin_unregistercallback<BR></STRONG>This plugin unregisters a previously
|
|
set callback. It is only possible to remove callbacks that were previously set using
|
|
_plugin_registercallback.</P>
|
|
<P><STRONG>bool _plugin_unregistercallback(</STRONG> <BR><STRONG>int</STRONG> pluginHandle,
|
|
//plugin
|
|
handle<BR><STRONG>CBTYPE</STRONG> cbType //callback type to
|
|
remove<BR><STRONG>);</STRONG>
|
|
|
|
</P>
|
|
<P><STRONG>Parameters</STRONG>
|
|
|
|
</P>
|
|
<P><U>pluginHandle</U>: Handle of the
|
|
calling plugin.
|
|
|
|
</P>
|
|
<P><U>cbType</U>: The event type. This
|
|
can be any of the following values:<BR>
|
|
CB_INITDEBUG,
|
|
<BR>
|
|
CB_STOPDEBUG,<BR>
|
|
CB_CREATEPROCESS, <BR>
|
|
CB_EXITPROCESS,<BR>
|
|
|
|
CB_CREATETHREAD,<BR>
|
|
CB_EXITTHREAD,<BR>
|
|
CB_SYSTEMBREAKPOINT,<BR>
|
|
CB_LOADDLL,<BR>
|
|
CB_UNLOADDLL,
|
|
<BR>
|
|
CB_OUTPUTDEBUGSTRING,<BR>
|
|
CB_EXCEPTION,
|
|
<BR>
|
|
CB_BREAKPOINT,<BR>
|
|
CB_PAUSEDEBUG,
|
|
<BR>
|
|
CB_RESUMEDEBUG,<BR> CB_STEPPED,<BR>
|
|
CB_ATTACH,<BR> CB_DETACH,<BR>
|
|
CB_DEBUGEVENT,<BR> CB_MENUENTRY,<BR> CB_WINEVENT,<BR>
|
|
CB_WINEVENTGLOBAL
|
|
|
|
</P>
|
|
<P><STRONG>Return Values<BR></STRONG>This function returns
|
|
true when the callback was removed without problems.
|
|
|
|
</P></BODY></HTML>
|