RILSUBADDRESS structure (ntddrilapitypes.h)

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

Syntax

typedef struct RILSUBADDRESS {
  DWORD             cbSize;
  DWORD             dwParams;
  RILSUBADDRESSTYPE dwType;
  WCHAR             wszSubAddress[256];
} RILSUBADDRESS, *LPRILSUBADDRESS;

Members

cbSize

dwParams

dwType

wszSubAddress[256]

Requirements

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