1 out of 4 rated this helpful - Rate this topic

RtlInitUnicodeString function

Applies to: desktop apps only

Initializes a counted Unicode string.

Syntax

VOID WINAPI RtlInitUnicodeString(
  __inout   PUNICODE_STRING DestinationString,
  __in_opt  PCWSTR SourceString
);

Parameters

DestinationString [in, out]

The buffer for a counted Unicode string to be initialized. The length is initialized to zero if the SourceString is not specified.

SourceString [in, optional]

Optional pointer to a null-terminated Unicode string with which to initialize the counted string.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Winternl.h

DLL

Ntdll.dll

 

 

Build date: 4/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ