Execute the logout process. Arguments: None Returns: None
| Return Type | Function name | Arguments |
|---|---|---|
| void | hzWebhost::Logout | (void) |
Declared in file: hzHttpClient.h
Defined in file : hzHttpClient.cpp
Function Logic:
Function body:
void hzWebhost::Logout (void)
{
// Execute the logout process.
//
// Arguments: None
// Returns: None
_hzfunc("hzWebhost::Logout") ;
// STUB
}