Also, included in the program is a sample initialization function.
The initialization function should fill in any members that it wishes to change.
It should deallocate any memory allocated by the initialization function.
The last part of your extension module is the initialization function.
La última parte de su módulo de extensión es la función de inicialización.
To do this, though, we'll add an initialization function that will register two custom functions with the hook.
Para hacerlo, no obstante, añadiremos una función de inicialización que registrará dos funciones con el hook.
The second parameter is the initialization function, which sets things up when the scene is played.
El segundo parámetro es la función de inicialización, que configura las cosas cuando la escena es reproducida.
Check this value in the initialization function if you require your function to be called with a particular number of arguments.
Chequee este valor en la función de inicialización si necesita que su función sea llamada con un número particular de argumentos.
To initialize variables with non-constant values, you need an initialization function which is called automatically when an object is being constructed from the class.
Para inicializar variables con valores no-constantes, necesita una función de inicialización que sea llamada automáticamente cuando un objeto es construido a partir de la clase.
communicates information to the initialization function about the general nature of the arguments passed to your function.
comunica información a la función de inicialización acerca de la naturaleza general de los argumentos pasados a la función.
To initialize variables with non-constant values, you need an initialization function which is called automatically when an object is being constructed from the class.
Para inicializar variables con valores no constantes, se requiere una función de inicialización que es invocada automáticamente cuando un objeto se está construyendo a partir de la clase.
The initialization function allocates some memory for the structure, sets up the custom context, and then fills in the members of the parent structure that it supports.
La función de inicialización reserva memoria para la estructura, establece el contexto personalizado, y luego rellena los miembros de la estructura parent que soporta.
If you or the library needs to run initialization code, you will have to write a separate initialization function by either supplying a CRT or a separate routine to do so.
Si usted o la biblioteca necesita ejecutar el código de inicialización, tendrá que escribir una función de inicialización por separado suministrando un CRT o una rutina separada para hacerlo.
Next is the EA initialization function.
Lo siguiente es la función de inicialización del EA.