RILREMOTEPARTYINFO 構造体 (ntddrilapitypes.h)

このトピックでは、Windows ドライバー インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

構文

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

メンバー

cbSize

dwParams

dwExecutor

raAddress

rsaSubAddress

wszDescription[256]

dwNumberPresentationIndicator

dwNamePresentationIndicator

dwID

要件

要件
Header ntddrilapitypes.h (Rilapitypes.h を含む)