IAgentCharacter::HasOtherClients

[从 Windows 7 开始,Microsoft 代理已弃用,可能在后续版本的 Windows 中不可用。]

HRESULT HasOtherClients(
   long * plNumOtherClients  // address of variable for number of clients 
);                           // for character 

检索字符是否具有其他客户端。

  • 返回指示操作成功的S_OK。

plNumOtherClients

接收字符的其他已连接客户端数的变量的地址 (客户端总数减去客户端) 。