w32api_deftype -- Defines a type for use with other w32api_functions
w32api_init_dtype --
Creates an instance to the data type typename and fills it with
the values val1, val2, the function then returns a DYNAPARM which can be
passed when invoking a function as a parameter
w32api_invoke_function -- Invokes function funcname with the arguments passed after the function name
It should be noted that these functions are definately experimental.
I have got w32api_register_function() to work when using PHP4.2.0 RC4 from
command line, but I have been unable to get them to work with Apache1.3.24
(WinNT4), and they seem to cause Apache 2.0.35 (WinNT4) to crash when they
are used.