Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 1.71 KB

ns-rilapitypes-riladdress.md

File metadata and controls

76 lines (63 loc) · 1.71 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:rilapitypes.RILADDRESS
RILADDRESS (rilapitypes.h)
Microsoft reserves the RILADDRESS structure for internal use only. Don't use this structure in your code.
netvista\riladdress_2.htm
netvista
02/26/2018
RILADDRESS structure
*LPRILADDRESS, RILADDRESS, RILADDRESS structure [Network Drivers Starting with Windows Vista], netvista.riladdress_2, rilapitypes/RILADDRESS
rilapitypes.h
Windows
Windows
RILADDRESS, *LPRILADDRESS
RILADDRESS
rilapitypes/RILADDRESS
LPRILADDRESS
rilapitypes/LPRILADDRESS
APIRef
kbSyntax
HeaderDef
rilapitypes.h
RILADDRESS
LPRILADDRESS

RILADDRESS structure (rilapitypes.h)

-description

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

-struct-fields

-field cbSize

-field dwParams

-field dwType

-field dwNumPlan

-field wszAddress

-syntax

typedef struct _RILADDRESS {
  DWORD                     cbSize;
  DWORD                     dwParams;
  RILADDRESSTYPE            dwType;
  RILADDRESSNUMPLAN         dwNumPlan;
  WCHAR [MAXLENGTH_ADDRESS] wszAddress;
} RILADDRESS, RILADDRESS;