reference/com/functions/com-print-typeinfo.xml
20216b916ed583938672cd09c2c2f430351430d1
...
...
@@ -9,9 +9,9 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>com_print_typeinfo</methodname>
12
-
<methodparam><type>object</type><parameter>comobject</parameter></methodparam>
13
-
<methodparam choice="opt"><type>string</type><parameter>dispinterface</parameter></methodparam>
14
-
<methodparam choice="opt"><type>bool</type><parameter>wantsink</parameter><initializer>false</initializer></methodparam>
12
+
<methodparam><type class="union"><type>variant</type><type>string</type></type><parameter>variant</parameter></methodparam>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>dispatch_interface</parameter><initializer>&null;</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>display_sink</parameter><initializer>&false;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
The purpose of this function is to help generate a skeleton class for use
...
...
@@ -25,17 +25,17 @@
25
25
<para>
26
26
<variablelist>
27
27
<varlistentry>
28
-
<term><parameter>comobject</parameter></term>
28
+
<term><parameter>variant</parameter></term>
29
29
<listitem>
30
30
<para>
31
-
<parameter>comobject</parameter> should be either an instance of a COM
31
+
<parameter>variant</parameter> should be either an instance of a COM
32
32
object, or be the name of a typelibrary (which will be resolved according
33
33
to the rules set out in <function>com_load_typelib</function>).
34
34
</para>
35
35
</listitem>
36
36
</varlistentry>
37
37
<varlistentry>
38
-
<term><parameter>dispinterface</parameter></term>
38
+
<term><parameter>dispatch_interface</parameter></term>
39
39
<listitem>
40
40
<para>
41
41
The name of an <literal>IDispatch</literal> descendant interface that you want to display.
...
...
@@ -43,7 +43,7 @@
43
43
</listitem>
44
44
</varlistentry>
45
45
<varlistentry>
46
-
<term><parameter>wantsink</parameter></term>
46
+
<term><parameter>display_sink</parameter></term>
47
47
<listitem>
48
48
<para>
49
49
If set to &true;, the corresponding sink interface will be displayed
...
...
@@ -70,7 +70,6 @@
70
70
</para>
71
71
</refsect1>
72
72
</refentry>
73
-

74
73
<!-- Keep this comment at the end of the file
75
74
Local variables:
76
75
mode: sgml
77
76