CHAILink SDK
Version 1.3
|
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.
[in] | hRemoteDevice | Remote 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] | fValid | TRUE if the object is valid (present on the network)./// |
[in] | strName | Name of the remote device. |
[in] | strMachineName | Machine name of the remote device. |