RtlGUIDFromString(3w)
NAME
RtlGUIDFromString (NTDLL.@)
SYNOPSIS
NTSTATUS RtlGUIDFromString ( PUNICODE_STRING str, GUID* guid )
DESCRIPTION
Convert a string representation of a GUID into a GUID.
PARAMS
str [In] String representation in the format "{XXXXXXXX-XXXX-XXXXXXXX-XXXXXXXXXXXX}".
guid [Out] Destination for the converted GUID.
RETURNS
Success: STATUS_SUCCESS. guid contains the converted value.
Failure: STATUS_INVALID_PARAMETER, if str is not in the expected format.
SEE ALSO
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlstr.c".
- Debug channel "ntdll".