lineSetCurrentAddressID

Use the lineSetCurrentAddressID function to set the current line address ID.

Syntax

HRESULT lineSetCurrentAddressID (
  HLINE hLine,
  DWORD dwAddressID,
);

Parameters

  • hLine
    The line device handle.
  • dwAddressID
    Reference to the address ID.

Return Values

Returns zero if the function completed successfully, or a negative error number if an error occurred. The following are possible error return values:

LINEERR_RESOURCEUNAVAIL
LINEERR_INVALLINEHANDLE
LINEERR_STRUCTURETOOSMALL
LINEERR_INVALPOINTER
LINEERR_UNINITIALIZED
LINEERR_NOMEM
LINEERR_OPERATIONUNAVAIL
LINEERR_OPERATIONFAILED

Requirements

Pocket PC Platforms: Pocket PC 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: extapi.h
Library: cellcore.lib

See Also

lineGetCurrentHSCSDStatus

lineGetCurrentOperator

lineGetCurrentSystemType

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.