Platform SDK: TAPI |
The lineGetProxyStatus function returns a list of proxy request types that are currently being serviced for the specified device.
LONG lineGetProxyStatus( HLINEAPP hLineApp, DWORD dwDeviceID, DWORD dwAppAPIVersion, LPLINEPROXYREQUESTLIST lpLineProxyRequestList );
Returns zero if the request succeeds; otherwise, the function returns one of the following negative error values:
LINEERR_BADDEVICEID
LINEERR_INCOMPATIBLEAPIVERSION
LINEERR_INVALPARAM
LINEERR_NOMEM
LINEERR_OPERATIONFAILED
LINEERR_OPERATIONUNAVAIL
LINEERR_RESOURCEUNAVAIL
LINEERR_UNINITIALIZED
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Version: Requires TAPI 2.2 or later.
Header: Declared in Tapi.h.
Library: Use Tapi32.lib.