Share via


TSPI_lineGetExtensionID (Windows CE 5.0)

Send Feedback

This function returns the extension identifier that the service provider supports for the indicated line device.

LONG TSPIAPI TSPI_lineGetExtensionID(DWORDdwDeviceID,DWORDdwTSPIVersion,LPLINEEXTENSIONIDlpExtensionID);

Parameters

  • dwDeviceID
    Line device to be queried.
  • dwTSPIVersion
    Interface version number that was already negotiated for this device using the TSPI_lineNegotiateTSPIVersion function. This function operates according to the interface specification at this version level.
  • lpExtensionID
    Pointer to a structure of type LINEEXTENSIONID. If the service provider supports provider-specific extensions, it fills this structure with the extension identifier of these extensions. If the service provider does not support extensions, it fills this structure with all zeros. (Therefore, a valid extension identifier cannot consist of all zeros.)

Return Values

Returns zero if the function succeeds, or an error number if an error occurs. The following table shows the return values for this function.

Value Description
LINEERR_NOMEM Not enough memory is available.
LINEERR_OPERATIONFAILED The operation failed.
LINEERR_OPERATIONUNAVAIL The operation is unavailable.
LINEERR_RESOURCEUNAVAIL The resource is unavailable.

Remarks

This function is typically called by TAPI in response to an application calling the lineNegotiateAPIVersion function. The result returned by the service provider should be appropriate for use in a subsequent call to the TSPI_lineNegotiateExtVersion function. An extension identifier of all zeros is not a legal extension identifier, because the all-zeros value is used to indicate that the service provider does not support extensions.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Tapicomn.h.
Link Library: Coredll.lib.

See Also

TSPI_lineNegotiateExtVersion | TSPI_lineNegotiateTSPIVersion

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.