Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 2.36 KB

ns-ifdef-if_counted_string_lh.md

File metadata and controls

74 lines (61 loc) · 2.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ifdef._IF_COUNTED_STRING_LH
IF_COUNTED_STRING_LH (ifdef.h)
The IF_COUNTED_STRING structure specifies a counted string for NDIS interfaces.
*PIF_COUNTED_STRING
*PIF_COUNTED_STRING_LH
IF_COUNTED_STRING
IF_COUNTED_STRING structure [Network Drivers Starting with Windows Vista]
IF_COUNTED_STRING_LH
PIF_COUNTED_STRING
PIF_COUNTED_STRING structure pointer [Network Drivers Starting with Windows Vista]
ifdef/IF_COUNTED_STRING
ifdef/PIF_COUNTED_STRING
netvista.if_counted_string
netvista\if_counted_string.htm
NetVista
44B59154-C5CA-42F0-A972-021833E29D81
12/05/2018
*PIF_COUNTED_STRING, *PIF_COUNTED_STRING_LH, IF_COUNTED_STRING, IF_COUNTED_STRING structure [Network Drivers Starting with Windows Vista], IF_COUNTED_STRING_LH, PIF_COUNTED_STRING, PIF_COUNTED_STRING structure pointer [Network Drivers Starting with Windows Vista], ifdef/IF_COUNTED_STRING, ifdef/PIF_COUNTED_STRING, netvista.if_counted_string
ifdef.h
Ntddndis.h
Windows
Supported in NDIS 6.0 and later.
Windows
IF_COUNTED_STRING_LH, *PIF_COUNTED_STRING_LH
19H1
_IF_COUNTED_STRING_LH
ifdef/_IF_COUNTED_STRING_LH
PIF_COUNTED_STRING_LH
ifdef/PIF_COUNTED_STRING_LH
IF_COUNTED_STRING_LH
ifdef/IF_COUNTED_STRING_LH
c++
APIRef
kbSyntax
HeaderDef
Ifdef.h
IF_COUNTED_STRING

IF_COUNTED_STRING_LH structure

-description

The IF_COUNTED_STRING structure specifies a counted string for NDIS interfaces.

-struct-fields

-field Length

A USHORT value that contains the length, in bytes, of the string.

-field String

A WCHAR buffer that contains the string. The string does not need to be null-terminated.

-remarks

The IF_COUNTED_STRING structure is the data type for various NDIS string structures, such as NDIS_IF_COUNTED_STRING.

If the string is NULL-terminated, the Length member must not include the terminating NULL character.