RtlStringFromGUID(3w)

NAME

RtlStringFromGUID (NTDLL.@)

SYNOPSIS

NTSTATUS RtlStringFromGUID
 (
  const GUID*     guid,
  UNICODE_STRING* str
 )

DESCRIPTION

Convert a GUID into a string representation of a GUID.

PARAMS

guid [In] GUID to convert.

str [Out] Destination for the converted string.

RETURNS

Success: STATUS_SUCCESS. str contains the converted value.

Failure: STATUS_NO_MEMORY, if memory for str cannot be allocated.

SEE ALSO

See RtlGUIDFromString(3w).

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".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout