This topic has not yet been rated - Rate this topic

LINE_EQUIPSTATECHANGE (Windows Embedded Compact 7)

1/23/2013

A LINE_DEVSPECIFIC message with dwMessageType set to LINE_EQUIPSTATECHANGE is sent to the application every time the equipment state changes.


LINE_DEVSPECIFIC
    dwParam1 = LINE_EQUIPSTATECHANGE;
    dwParam2;
    dwParam3;
dwParam1

The type of the message, in this case LINE_EQUIPSTATECHANGE.

dwParam2

Indicates the equipment state. See the Equipment States constants for possible values.

dwParam3

Indicates whether the major radio functions are on or off. See the Radio States constants for possible values.

Header

extapi.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.