.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlStringFromGUID 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlStringFromGUID\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS RtlStringFromGUID ( const GUID* \fIguid\fR, UNICODE_STRING* \fIstr\fR ) .SH DESCRIPTION .PP Convert a \fBGUID\fR into a string representation of a \fBGUID\fR. .SH PARAMS \fIguid\fR \fB[In]\fR \fBGUID\fR to convert. .PP \fIstr\fR \fB[Out]\fR Destination for the converted string. .PP .SH RETURNS .PP \fBSuccess:\fR \fBSTATUS_SUCCESS\fR. \fIstr\fR contains the converted value. .PP \fBFailure:\fR \fBSTATUS_NO_MEMORY\fR, if memory for \fIstr\fR cannot be allocated. .SH SEE ALSO .PP See \fBRtlGUIDFromString(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlstr.c"\fR. .PP Debug channel \fB"ntdll"\fR.