returns attributes of device associated with the HPEHANDLE.
HPESTATUS hpeGetInterfaceInfo(
HPEHANDLE devhandle,
DWORD info_type,
LPVOID *info,
DWORD info_size
);
devhandleinfo_typeHPE_INFO_INTERFACE_CAPABILITIESHPE_INFO_INTERFACE_PARAMETERSHPE_INFO_INTERFACE_PCIBUSinfoinfo_type parameter.info_sizeinfo parameter.A status value indicating the success or failure of the operation:
E_OK |
The operation completed successfully. |
E_EXIST |
The handle given is not a valid handle value. |
E_STATE |
The handle given is not for a valid HPE device. |
E_BAD_ADDR |
The info parameter is not a valid pointer. |
E_PARAM |
The info_type parameter is not valid. |
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 6.0 (HPE3) | intime/rt/include/hpeif2.h | hpeif2.h | hpeif2.lib |