RILMSGDCS structure (ntddrilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef struct RILMSGDCS {
  DWORD               cbSize;
  DWORD               dwParams;
  RILMSGDCSTYPE       dwType;
  DWORD               dwFlags;
  RILMSGDCSMSGCLASS   dwMsgClass;
  RILMSGDCSALPHABET   dwAlphabet;
  RILMSGDCSINDICATION dwIndication;
  DWORD               dwLanguage;
} RILMSGDCS, *LPRILMSGDCS;

Members

cbSize

dwParams

dwType

dwFlags

dwMsgClass

dwAlphabet

dwIndication

dwLanguage

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)