LINE_GPRSREGISTERSTATE

Send Feedback

A LINE_GPRSDEVSPECIFIC message with dwMessageType set to LINE_GPRSREGISTERSTATE is sent to the application every time the registration state changes. This includes switching to a different cell tower.

#define LINE_GPRSREGISTERSTATE
  dwParam1 = LINE_GPRSREGISTERSTATE;
  dwParam2;
  dwParam3;

Parameters

  • dwParam1
    The type of the message, in this case LINE_GPRSREGISTERSTATE.
  • dwParam2
    The registration state. See the Registration Status constants for possible values.
  • dwParam3
    Unused.

Remarks

Not implemented for CDMA.

Requirements

Pocket PC: Pocket PC 2002 and later.
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: Extapi.h.
Library: Cellcore.lib.

See Also

Extended TAPI Messages | Registration Status

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.