mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65178 c90b9560-bf6c-de11-be94-00142212c4b1
140 lines
3.9 KiB
XML
140 lines
3.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.1 $ -->
|
|
<reference id="ref.w32api">
|
|
<title>W32api functions</title>
|
|
<titleabbrev>W32api functions</titleabbrev>
|
|
|
|
<partintro>
|
|
<para>
|
|
</para>
|
|
</partintro>
|
|
|
|
|
|
<refentry id="function.w32api-set-call-method">
|
|
<refnamediv>
|
|
<refname>w32api_set_call_method</refname>
|
|
<refpurpose>Sets the calling method used </refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>void <function>w32api_set_call_method</function></funcdef>
|
|
<paramdef>int <parameter>method</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
&warn.experimental.func;
|
|
<para>
|
|
&warn.undocumented.func;
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<refentry id="function.w32api-register-function">
|
|
<refnamediv>
|
|
<refname>w32api_register_function</refname>
|
|
<refpurpose>Registers function function_name from library with PHP </refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>bool <function>w32api_register_function</function></funcdef>
|
|
<paramdef>string <parameter>libary</parameter></paramdef>
|
|
<paramdef>string <parameter>function_name</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
&warn.experimental.func;
|
|
<para>
|
|
&warn.undocumented.func;
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<refentry id="function.w32api-invoke-function">
|
|
<refnamediv>
|
|
<refname>w32api_invoke_function</refname>
|
|
<refpurpose>....) Invokes function funcname with the arguments passed after the function name </refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>mixed <function>w32api_invoke_function</function></funcdef>
|
|
<paramdef>string <parameter>funcname</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
&warn.experimental.func;
|
|
<para>
|
|
&warn.undocumented.func;
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<refentry id="function.w32api-deftype">
|
|
<refnamediv>
|
|
<refname>w32api_deftype</refname>
|
|
<refpurpose>...) Defines a type for use with other w32api_functions. </refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>int <function>w32api_deftype</function></funcdef>
|
|
<paramdef>string <parameter>typename</parameter></paramdef>
|
|
<paramdef>string <parameter>member1_type</parameter></paramdef>
|
|
<paramdef>string <parameter>member1_name</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
&warn.experimental.func;
|
|
<para>
|
|
&warn.undocumented.func;
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<refentry id="function.w32api-init-dtype">
|
|
<refnamediv>
|
|
<refname>w32api_init_dtype</refname>
|
|
<refpurpose>; Creates an instance to the data type typename and fills it with the values val1, val2, the function</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>resource <function>w32api_init_dtype</function></funcdef>
|
|
<paramdef>string <parameter>typename</parameter></paramdef>
|
|
<paramdef>mixed <parameter>val1</parameter></paramdef>
|
|
<paramdef>mixed <parameter>val2</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
&warn.experimental.func;
|
|
<para>
|
|
&warn.undocumented.func;
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|