



|
Manuel PHP
|
|
Table : .w32api deftype.w32api init dtype .w32api invoke function .w32api register function .w32api set call method |
w32api_deftypew32api_deftype(4.2.0 - 4.2.3 only) w32api_deftype -- Définit un type pour utilisation avec les fonctions windows APIDescriptionbool w32api_deftype ( string typename, string member1_type, string member1_name [, string ... [, string ...]] )
Si vous voulez définir un type de données pour l'utiliser dans un appel
à l'API w32api, vous devez utiliser la fonction w32api_deftype().
Cette fonction prend 2n+1 arguments, où n est le nombre de membres du type
|

