.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UuidToStringA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUuidToStringA\fR (RPCRT4.@) .SH SYNOPSIS RPC_STATUS UuidToStringA ( UUID* \fIUuid\fR, RPC_CSTR* \fIStringUuid\fR ) .SH DESCRIPTION .PP Converts a \fBUUID\fR to a string. .PP \fBUUID\fR format is \fB8\fR hex digits, followed by a hyphen then three groups of 4 hex digits each followed by a hyphen and then \fB12\fR hex digits. .SH RETURNS .PP \fBS_OK\fR if successful. \fBS_OUT_OF_MEMORY\fR if unsuccessful. .SH IMPLEMENTATION .PP Declared in \fB"rpcdce.h"\fR. .PP Implemented in \fB"dlls/rpcrt4/rpcrt4_main.c"\fR. .PP Debug channel \fB"rpc"\fR.