Difference between revisions of "ISInterface:DisconnectService"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 +
===Syntax===
 +
*void DisconnectService(ISXInterface *pClient, HISXSERVICE hService)
 
== Purpose ==
 
== Purpose ==
 
+
To disconnect a service connected with [[ISInterface:ConnectService|ConnectService]]
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 +
*ISXInterface *pClient
 +
:'''[in]''' Pointer to the extension
 +
*HISXSERVICE hService
 +
:'''[in]''' Handle to the service returned from [[ISInterface:ConnectService|ConnectService]]
 
=== Return Value ===
 
=== Return Value ===
  
 
== Examples ==
 
== Examples ==
 +
  
 
== See Also ==
 
== See Also ==
 
* [[ISXDK:ISInterface|ISInterface]]
 
* [[ISXDK:ISInterface|ISInterface]]
 +
* [[ISInterface:ConnectService|ConnectService]]
 +
* [[ISInterface:ServiceRequest|ServiceRequest]]
  
 
[[Category:ISXDK]]
 
[[Category:ISXDK]]
 
[[Category:ISInterface]]
 
[[Category:ISInterface]]

Latest revision as of 22:11, 2 September 2005

Syntax

  • void DisconnectService(ISXInterface *pClient, HISXSERVICE hService)

Purpose

To disconnect a service connected with ConnectService

Usage

Parameters

  • ISXInterface *pClient
[in] Pointer to the extension
  • HISXSERVICE hService
[in] Handle to the service returned from ConnectService

Return Value

Examples

See Also