Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This structure represents information for state attribute presentation.
Syntax
typedef struct { DWORD cbSize; DWORD dwParams; BOOL fEnable; BOOL fDownlink; BOOL fUplink; BOOL fBothDirComm; BOOL fOriginator; } RILVGCSVBSSTATEATTR; |
Members
- cbSize
-
Structure size in bytes.
- dwParams
-
Indicates valid parameters. The following table shows the valid values for this member with a description of each value.
Value Description RIL_PARAM_STATEATTR_MODE
The fEnablemember of the structure is valid.
RIL_PARAM_STATEATTR_DOWNLINK
The fDownlinkmember of the structure is valid.
RIL_PARAM_STATEATTR_UPLINK
The fUplinkmember of the structure is valid.
RIL_PARAM_STATEATTR_DIRECTION
The fBothDirCommmember of the structure is valid.
RIL_PARAM_STATEATTR_ORIGINATOR
The fOriginatormember of the structure is valid
- fEnable
-
Status of unsolicited notification presentation.
- fDownlink
-
Status of user connection in the downlink. To indicate an attached connection, set this member to TRUE.
- fUplink
-
Status of user connection in the uplink. To indicate an attached connection, set this member to TRUE.
- fBothDirComm
-
State of communication directions. To indicate a connection that is enabled in both directions, set this member to TRUE.
- fOriginator
-
Indicates if the Mobile Termination (MT) is the originator of the call. To specify if the MT is the call originator, set this member to TRUE.
Remarks
None.
Requirements
Header | ril.h |
Library | Ril.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |