[in] | pSectionID | Pointer to the section ID. |
[in] | pParamID | Pointer to the Parameter ID. |
[in] | strName | The parameter name |
[in] | hIndexListID | Handle to the index list ID or NULL if there is no index. If available, the handle is valid only during the notification. If you want to maintain the handle, you must acquire the object with HookedObject_Acquire and release it when you no longer use it with HookedObject_Release. |
[in] | wItemIndexMax | The maximum value for item index. If n is the number of item, ItemIndexMax = n-1. |
[in] | hSelectorItemListID | Handle to the Selector Item list ID. If available, the handle is valid only during the notification. If you want to maintain the handle, you must acquire the object with HookedObject_Acquire and release it when you no longer use it with HookedObject_Release. |
[in] | wGroup | Parameter's group. Parameters having the same group number (>0) are physically attached. |
[in] | informationProfiles | combination of optional information profiles. See SelectorInformationProfiles enumeration in CLC_Enums.h |
[in] | preferredControllerType | Preferred controller type bitfield |
[in] | dwClientContextData | Context data passed to the CHAI during the RemoteDevice_GetParameterInfo_Async function call. |