Microsoft SDK for Java

handleUnrecognizedEvent

This method of the Service Class handles an unrecognized event code from the service control manager. Future versions of Windows NT might define additional events; this method provides a way for services to respond to these events.

Syntax

protected boolean handleUnrecognizedEvent(int event);

Return Value

Returns false.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.