Initializes the structure for managing the Client computers (
HClient structure).
// Describe the connection
HDescribeConnection("MyConnection", "Julia", "Password", "MyHFServer", "MyDatabase", ...
hAccessHFClientServer, hORead)
// Open the connection
HOpenConnection("MyConnection")
...
HResetClient()
// Characteristics of the clients to disconnect
HClient.Application = "Application.exe"
// Disconnect the clients
HDisconnectClient("MyConnection", "imminent disconnection", 300)
Syntax
<Result> = HResetClient()
<Result>: Boolean
- True if the initialization was performed,
- False if a problem occurs. HErrorInfo returns more details.
Business / UI classification: Business Logic