共用方式為


LINE_GPRSCLASS

Send Feedback

A LINE_DEVSPECIFIC message with dwMessageType set to LINE_GPRSCLASS is sent to the application every time the General Packet Radio Service (GPRS) class is changed.

#define LINE_GPRSCLASS
  dwParam1 = LINE_GPRSCLASS;
  dwParam2;
  dwParam3;

Parameters

  • dwParam1
    The type of the message, in this case LINE_GPRSCLASS.
  • dwParam2
    The class of the mobile and network. See the GPRS Classes constants for possible values.
  • dwParam3
    Possible values are listed in the following table.
    Value Description
    LINEGPRSCLASSCHANGED_NETWORK Network indicated a change.
    LINEGPRSCLASSCHANGED_RADIO Radio indicated a change.

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 | GPRS Classes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.