Description
resource
w32api_init_dtype ( string typename, mixed value [, mixed ...] )
| Aviso |
Esta función
es EXPERIMENTAL. Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO. La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabilidad. |
This function creates an instance of the data type named
typename, filling in the values of the data
type. The typename parameter is case sensitive.
You should give the values in the same order as you defined the
data type with w32api_deftype(). The type of the
resource returned is dynaparm.