Share via


ALPHAIDENTIFIER (Compact 2013)

3/26/2014

This structure stores information about an alpha identifier.

Syntax

typedef struct alphaidentifier_tag {
    DWORD cbSize;
    DWORD dwParams;
    DWORD dwType;
    WCHAR wszReason[MAXLENGTH_ERRLONG];
} ALPHAIDENTIFIER, *LPALPHAIDENTIFIER;

Members

  • [out] cbSize
    The size of this structure in bytes.
  • [out] wszReason[MAXLENGTH_ERRLONG]
    A reason string for the call modification result. For example: "Modified::Alpha Identifier reason".

    This value may be NULL.

Remarks

This structure is read-only.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RILALPHAIDENTIFIERTYPE Parameter Constants
RILCALLMODIFICATIONINFO