returns attributes of device associated with the HPEHANDLE.
HPESTATUS hpeGetInterfaceInfo(
    HPEHANDLE devhandle, 
    DWORD info_type,
    LPVOID *info,
    DWORD info_size
);
devhandle 
info_type 
HPE_INFO_INTERFACE_CAPABILITIES 
HPE_INFO_INTERFACE_PARAMETERS 
HPE_INFO_INTERFACE_PCIBUS 
info 
info_type parameter. 
info_size 
info 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 |