RtlGUIDFromString (NTDLL.@)
NTSTATUS RtlGUIDFromString ( PUNICODE_STRING str, GUID* guid )
Convert a string representation of a GUID into a GUID.
str | [In] | String representation in the format "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}". |
guid | [Out] | Destination for the converted GUID. |
Success: STATUS_SUCCESS. guid contains the converted value.
Failure: STATUS_INVALID_PARAMETER, if str is not in the expected format.
See RtlStringFromGUID.
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/ntdll/rtlstr.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/rtlstr.c
Debug channel "ntdll".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.