CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_REMOTEDEVICE_READY)(CPHOOKEDOBJECT const hRemoteDevice, CPBOOLEAN const fValid, CPCHAR8 const *const utf8Name, CPCHAR8 const *const utf8MachineName)

A remote device object creation is done.

Parameters
[in]hRemoteDeviceRemote device Handle. 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]fValidTRUE if the object is valid (present on the network).///
[in]strNameName of the remote device.
[in]strMachineNameMachine name of the remote device.
Remarks
This notification must be defined when calling CHAI_CreateRemoteDevice function.