| disconnectPresentationSpace | Top 
     Previous 
     Next | 
 
|   The disconnectPresentationSpace function drops the connection between your hllapi.js application program and the host presentation space.       Prerequisite Calls   connectPresentationSpace     Call Parameters   This function does not take any call parameters.     Return Value   This function does not return any object.     Remarks   | 1. | This function is equivalent to HLLAPI Function Number 2. | 
| 2. | After the disconnectPresentationSpace function is called, functions that interact with the host-connected presentation space are no longer valid (for example, sendKey, wait). | 
| 3. | Your hllapi.js application should disconnect from the host presentation space before exiting. | 
 |