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)