<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Registration Functions > WLRegNetInstancesGetClientsIp |
The WLRegNetInstancesGetClientsIp function retrieves the IP addresses of all running clients.
int WLRegNetInstancesGetClientsIp( WL_IP_ADDRESS* pBufferIPs, int MaxIPsToRetrieve ); |
function WLRegNetInstancesGetClientsIp( pBufferIPs: array of WL_IP_ADDRESS; MaxIPsToRetrieve:Integer; ):Boolean; stdcall; |
Parameters
pBufferIPs
[out] Pointer to buffer that will receive the array of WL_IP_ADDRESSES
MaxIPsToRetrieve
[in] Maximum number of WL_IP_ADDRESSES to receive in "pBufferIPs". The size of pBufferIPs should be big enough to hold the maximum number to retrieve
Return Values
The return value is the number of WL_IP_ADDRESSES that have been retrieved.