[in] | result | Can be AR_Succeeded, AR_Done or AR_Canceled |
[in] | hRemoteDevice | Handle to the Remote Device. This handle is only valid during notification. If application needs to keep this handle it must acquire it with HookedObject_Acquire and release it with HookedObject_Release when it is no longer used. |
[in] | pRemoteDeviceInfo | Pointer to a CPREMOTEDEVICEINFO structure (see the CPREMOTEDEVICEINFO structure details in CLCm_Defines.h) |
[in] | strName | Remote device's name. This string is only valid during the handler execution. |
[in] | strMachineName | Remote device's machine name. This string is only valid during the handler execution. |
[in] | hDeviceEnumContext | Opaque enum context, must be given to following remote device find operations to continue search (see CHAI_RemoteDevice_FindNext_Async function). |
[in] | dwClientContextData | Context data passed to the CHAI during CHAI_RemoteDevice_FindFirst_Async or CHAI_RemoteDevice_FindNext_Async function call. |