xxx_Deinit (Services.exe)
A version of this page is also available for
4/8/2010
This function is to be implemented by a service and will be called by Services.exe.
Syntax
BOOL xxx_Deinit(
DWORD dwData
);
Parameters
- dwData
[in] Specifies the value returned by xxx_Init (Services.exe) for the given service instance.
Return Value
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. **
Requirements
Header | Developer Implemented |
Library | Developer Implemented |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
xxx_Init (Services.exe)
DeregisterService
Services.exe Functions