Pointer to the SAFEARRAY (unsigned long) containing the IP addresses of devices having acknowledged the Action command.
Return Values
S_OK
Success
E_FAIL
Failure.
Example
This MFC code fragment send the action command to the network and retrieves the IP addresses of devices that acknowledged the action command:
#include<Winsock2.h>
#include<sstream>
When device asserts the action command, it typically sends an acknowledge response back to the application. This method allows you to check the amount of devices that acknowledged the action command and retreive their IP addresses. For more information refer to SendActionCommand.