Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.73 KB

ns-ntddscsi-ntscsi_unicode_string.md

File metadata and controls

68 lines (53 loc) · 1.73 KB
UID title description 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.lib req.dll req.ddi-compliance req.unicode-ansi req.max-support req.typenames targetos ms.custom f1_keywords topic_type api_type api_location api_name
NS:ntddscsi._NTSCSI_UNICODE_STRING
NTSCSI_UNICODE_STRING
Storage port drivers can use the NTSCSI_UNICODE_STRING structure to define Unicode strings.
storage
05/20/2022
NTSCSI_UNICODE_STRING structure
NTSCSI_UNICODE_STRING, NTSCSI_UNICODE_STRING, *PNTSCSI_UNICODE_STRING
ntddscsi.h
NTSCSI_UNICODE_STRING
Windows
19H1
_NTSCSI_UNICODE_STRING
ntddscsi/_NTSCSI_UNICODE_STRING
NTSCSI_UNICODE_STRING
ntddscsi/NTSCSI_UNICODE_STRING
apiref
HeaderDef
ntddscsi.h
_NTSCSI_UNICODE_STRING
NTSCSI_UNICODE_STRING

NTSCSI_UNICODE_STRING structure

-description

Storage port drivers can use the NTSCSI_UNICODE_STRING structure to define Unicode strings.

-struct-fields

-field Length

Length, in bytes, of the string stored in Buffer.

-field MaximumLength

Total length, in bytes, of memory allocated for Buffer.

-field Buffer

Pointer to a buffer used to contain a string of wide characters.

-remarks

If the string is null-terminated, Length does not include the trailing null character.

MaximumLength is used to indicate the length of Buffer so that if the string is passed to a conversion routine, the returned string does not exceed the buffer size.

-see-also

UNICODE_STRING