CV. W32api functions

Introducción

Aviso

Este módulo es EXPERIMENTAL . Esto significa que el comportamineto de estas funciones , nombre de funciones y en definitiva TODO lo documentado aqui , puede cambiar en una futura version de PHP SIN AVISO . Quedas avisado , y utilizar este módulo es tu responsabiliad .

Requerimientos

Instalación

No se necesita ninguna instalación para usar estas funciones , son parte del núcleo de PHP .

Configuración en tiempo de ejecución

Esta extensión no define ninguna directiva de configuración .

Tipos de recursos

Constantes predefinidas

Estas constantes están definidas por esta extensión y estarán disponibles solamente cuando la extensión ha sido o bien compilada dentro de PHP o grabada dinamicamente en tiempo de ejecución .

DC_MICROSOFT ( integer )

DC_BORLAND ( integer )

DC_CALL_CDECL ( integer )

DC_CALL_STD ( integer )

DC_RETVAL_MATH4 ( integer )

DC_RETVAL_MATH8 ( integer )

DC_CALL_STD_BO ( integer )

DC_CALL_STD_MS ( integer )

DC_CALL_STD_M8 ( integer )

DC_FLAG_ARGPTR ( integer )

Ejemplos

Ejemplo 1 .




Tabla de contenidos
w32api_deftype -- Defines a type for use with other w32api_functions
w32api_init_dtype -- Creates an instance of the data type typename and fills it with the values passed
w32api_invoke_function -- Invokes function funcname with the arguments passed after the function name
w32api_register_function -- Registers function function_name from library with PHP
w32api_set_call_method -- Sets the calling method used