.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UuidCreate 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUuidCreate\fR (RPCRT4.@) .SH SYNOPSIS RPC_STATUS UuidCreate ( UUID* \fIUuid\fR ) .SH DESCRIPTION .PP Creates a 128bit \fBUUID\fR. .SH RETURNS .PP \fBRPC_S_OK\fR if successful. \fBRPC_S_UUID_LOCAL_ONLY\fR if \fBUUID\fR is only locally unique. .SH NOTES .PP Follows \fBRFC\fR \fB4122\fR, section \fB4.4\fR (Algorithms for Creating a \fBUUID\fR from Truly Random or Pseudo-Random Numbers) .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.