xxx_Deinit (Services.exe) (Windows CE 5.0)

Send Feedback

This function is to be implemented by a service and will be called by Services.exe.

BOOL xxx_Deinit(DWORDdwData);

Parameters

Return Values

Services.exe ignores the value returned by xxx_Deinit.

Remarks

This function is called during an application's call to DeregisterService.

Services.exe uses the xxx prefix. When implementing the stream interface, replace xxx with a prefix appropriate for your specific implementation. For more information, see Stream Interface Driver Implementation.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Developer-defined.
Library: Developer-implemented.

See Also

xxx_Init (Services.exe) | DeregisterService | Services.exe Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.