Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 1.87 KB

nf-wdm-rtlguidfromstring.md

File metadata and controls

70 lines (55 loc) · 1.87 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
NF:wdm.RtlGUIDFromString
RtlGUIDFromString function (wdm.h)
The RtlGUIDFromString routine converts the given Unicode string to a GUID in binary format.
kernel\rtlguidfromstring.htm
kernel
04/30/2018
RtlGUIDFromString function
RtlGUIDFromString, RtlGUIDFromString routine [Kernel-Mode Driver Architecture], k109_d6fe22b7-9d81-4024-819c-03bce65d3d14.xml, kernel.rtlguidfromstring, wdm/RtlGUIDFromString
wdm.h
Wdm.h, Ntddk.h, Ntifs.h
Universal
Available starting with Windows 2000.
NtosKrnl.lib
NtosKrnl.exe (kernel mode); Ntdll.dll (user mode)
PASSIVE_LEVEL
Windows
RtlGUIDFromString
wdm/RtlGUIDFromString
APIRef
kbSyntax
DllExport
NtosKrnl.exe
Ntdll.dll
RtlGUIDFromString

RtlGUIDFromString function

-description

The RtlGUIDFromString routine converts the given Unicode string to a GUID in binary format.

-parameters

-param GuidString [in]

Pointer to the buffered Unicode string to be converted to a GUID. The string should be in the following form (including the braces): {00000000-0000-0000-0000-000000000000}

-param Guid [out]

Pointer to a caller-supplied variable in which the GUID is returned.

-returns

If the conversion succeeds, RtlGUIDFromString returns STATUS_SUCCESS. Otherwise, no conversion was done.

-see-also

RtlStringFromGUID