NDIS_TAPI_GET_CALL_INFO (Compact 2013)
3/26/2014
The NDIS_TAPI_GET_CALL_INFO structure describes detailed call information requested from the miniport driver by OID_TAPI_GET_CALL_INFO.
Support for this request is mandatory.
Syntax
typedef struct _NDIS_TAPI_GET_CALL_INFO {
ULONG ulRequestID;
HDRV_CALL hdCall;
LINE_CALL_INFO LineCallInfo;
} NDIS_TAPI_GET_CALL_INFO, *PNDIS_TAPI_GET_CALL_INFO;
Members
- ulRequestID
[in] Reserved.
- hdCall
[in] Specifies the miniport driver's handle to the call for which it should return information.
LineCallInfo
[out] Specifies the virtual address variable-size data structure of type LINE_CALL_INFO.The miniport driver fills this structure with call-related information to complete this request successfully.
The structure at LineCallInfo has at least sizeof(LINE_CALL_INFO) bytes reserved.
Remarks
The MiniportQueryInformation function can return one of the following:
- NDIS_STATUS_SUCCESS
- NDIS_STATUS_PENDING
- NDIS_STATUS_TAPI_INVALCALLHANDLE
- NDIS_STATUS_TAPI_RESOURCEUNAVAIL
- NDIS_STATUS_FAILURE
Requirements
Header |
ndistapi.h, |
See Also
Reference
NDIS 5.x Legacy Structures
OID_TAPI_GET_CALL_INFO
MiniportQueryInformation