reference/com/functions/com-create-guid.xml
cbac1ecf71d754707d69bdc344c4031c157eaa54
...
...
@@ -8,7 +8,7 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>string</type><methodname>com_create_guid</methodname>
11
+
<type class="union"><type>string</type><type>false</type></type><methodname>com_create_guid</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14
<para>
...
...
@@ -19,10 +19,16 @@
19
19
Microsoft convention is to enclose a GUID in curly braces.
20
20
</para>
21
21
</refsect1>
22
+

23
+
<refsect1 role="parameters">
24
+
&reftitle.parameters;
25
+
&no.function.parameters;
26
+
</refsect1>
27
+

22
28
<refsect1 role="returnvalues">
23
29
&reftitle.returnvalues;
24
30
<para>
25
-
Returns the GUID as a string.
31
+
Returns the GUID as a string, &return.falseforfailure;.
26
32
</para>
27
33
</refsect1>
28
34
<refsect1 role="seealso">
...
...
@@ -34,7 +40,6 @@
34
40
</para>
35
41
</refsect1>
36
42
</refentry>
37
-

38
43
<!-- Keep this comment at the end of the file
39
44
Local variables:
40
45
mode: sgml
41
46