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 |
|
|
DLL |
|
Build date: 4/6/2012