[in] | hRemoteDevice | Handle to the remote device. |
[in] | ec | The exploration command. see ExplorationCommands |
[in] | pSectionID | Relevant when ec in (EC_FindFirst, EC_FindNext, EC_FindPrev, EC_FindLast). Section ID from where to enumerate parameters. Wildcards can be used (CPNS::SectionID::AnySectionID | CPNS::SectionID::AnyInstanceOf) |
[in] | wFilterInputID | Relevant when ec in (EC_FindFirst, EC_FindNext, EC_FindPrev, EC_FindLast). Can be used to limit the scan range to a single input in case of sectionID wildcard usage. To avoid filtering, use the wildcard 0xFFFF. |
[in] | pParamID | Relevant when ec in (EC_FindNext, EC_FindPrev, EC_Get). Parameter ID related to the exploration command |
[in] | dwClientContextData | Data passed back to the ARH_REMOTEDEVICE_GETPARAMINFOMODIFIER, ARH_REMOTEDEVICE_GETPARAMINFOSELECTOR, ARH_REMOTEDEVICE_GETPARAMINFOTEXT or :: ARH_REMOTEDEVICE_GETPARAMINFONODATA callback handler. |
[out] | phAsync | Pointer to the handle of the async operation. |