RILREMOTEPARTYINFO structure (ntddrilapitypes.h)

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

Syntax

typedef struct RILREMOTEPARTYINFO {
  DWORD                   cbSize;
  DWORD                   dwParams;
  DWORD                   dwExecutor;
  RILADDRESS              raAddress;
  RILSUBADDRESS           rsaSubAddress;
  WCHAR                   wszDescription[256];
  RILREMOTEPARTYINFOVALUE dwNumberPresentationIndicator;
  RILREMOTEPARTYINFOVALUE dwNamePresentationIndicator;
  DWORD                   dwID;
} RILREMOTEPARTYINFO, *LPRILREMOTEPARTYINFO;

Members

cbSize

dwParams

dwExecutor

raAddress

rsaSubAddress

wszDescription[256]

dwNumberPresentationIndicator

dwNamePresentationIndicator

dwID

Requirements

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