UnRegisterClient : To Unregister a Client
Synopsis
Section titled “Synopsis”HRESULT UnRegisterClient([in] USHORT usUniqueID);### Description
This function unregisters the registered Client### Inputs
usUniqueID - Client Id.Usage in COM ClientHRESULT hResult = m_IApplication->UnRegisterClient(1); //Unregisters Client with id 1;### Cause of failure
NA
Authoritative source: BUSMASTER DITA help source UnRegisterClient.dita, compiled into BUSMASTER.CHM with the application.