Ejemplo n.º 1
0
PUBLIC( void, UnloadPlugin )( void ) // this routine is called when /unload is invoked
{
   UnregisterDevice( "capture" );
}
Ejemplo n.º 2
0
PUBLIC( void, UnloadPlugin )( void ) // this routine is called when /unload is invoked
{
	UnregisterDevice( WIDE("command") );
}