Difference between revisions of "ISInterface:ShutdownService"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | ===Syntax=== | ||
+ | *bool ShutdownService(ISXInterface *pMaster, HISXSERVICE hService) | ||
== Purpose == | == Purpose == | ||
− | + | Shutdown a service register with [[ISInterface:RegisterService|RegisterService]] | |
== Usage == | == Usage == | ||
=== Parameters === | === Parameters === | ||
+ | *ISXInterface *pMaster | ||
+ | :'''[in]''' Pointer to the extension | ||
+ | *HISXSERVICE hService | ||
+ | :'''[in]''' Service handler returned by [[ISInterface:RegisterService|RegisterService]] | ||
+ | |||
=== Return Value === | === Return Value === | ||
+ | *bool | ||
+ | :Returns true on success, false on failure | ||
+ | == Examples == | ||
− | |||
== See Also == | == See Also == | ||
* [[ISXDK:ISInterface|ISInterface]] | * [[ISXDK:ISInterface|ISInterface]] | ||
+ | * [[ISInterface:ServiceBroadcast|ServiceBroadcast]] | ||
+ | * [[ISInterface:ServiceNotify|ServiceNotify]] | ||
+ | * [[ISInterface:RegisterService|RegisterService]] | ||
[[Category:ISXDK]] | [[Category:ISXDK]] | ||
[[Category:ISInterface]] | [[Category:ISInterface]] |
Latest revision as of 21:48, 2 September 2005
Syntax
- bool ShutdownService(ISXInterface *pMaster, HISXSERVICE hService)
Purpose
Shutdown a service register with RegisterService
Usage
Parameters
- ISXInterface *pMaster
- [in] Pointer to the extension
- HISXSERVICE hService
- [in] Service handler returned by RegisterService
Return Value
- bool
- Returns true on success, false on failure