RILSERVICEINFO (Compact 2013)

3/26/2014

This structure stores connection service information.

Syntax

typedef struct rilserviceinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  BOOL fSynchronous;
  BOOL fTransparent;
} RILSERVICEINFO, *LPRILSERVICEINFO;

Members

  • cbSize
    Structure size, in bytes.
  • fSynchronous
    TRUE if connection service is synchronous, FALSE if asynchronous.
  • fTransparent
    TRUE if connection service is transparent, FALSE if non-transparent.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Notification Call Control Constants
RILSERVICEINFO Parameter Constants