xxx_Deinit
This function is to be implemented by a service and will be called by Services.exe.
BOOL xxx_Deinit(
DWORD dwData
);
Parameters
- dwData
[in] Specifies the value returned by xxx_Init for the given service instance.
Return Values
Services.exe ignores the value returned by xxx_Deinit.
Remarks
This function is called during an application's call to DeregisterService.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Developer-defined.
Library: Developer-implemented.
See Also
xxx_Init | DeregisterService | Services.exe Functions
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.