|
|
|
|
|
|
|
|
|
|
|
|
| Categoría: Miscellaneous Windows functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Carga un componente externo independiente del proyecto actual. |
|
|
|
|
|
|
|
| An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically. |
|
|
|
|
|
|
|
| Usage example of the API function |
|
|
|
|
|
|
|
| Runs a function found in an external DLL. |
|
|
|
|
|
|
|
| Usage example of the CallDLL32 function |
|
|
|
|
|
|
|
| Runs a function found in an external DLL. |
|
|
|
|
|
|
|
| Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework. |
|
|
|
|
|
|
|
| Instantiates a COM object (Component Object Model). |
|
|
|
|
|
|
|
| The COMObject type is used to represent an interface of a COM object. |
|
|
|
|
|
|
|
Loads an external component. This component can be:- an external component present in the current project.
- an external component independent of the current project.
|
|
|
|
|
|
|
|
| Carga recursivamente en memoria todos los componentes externos utilizados en el proyecto. |
|
|
|
|
|
|
|
| Usage example of the COMQueryInterface function |
|
|
|
|
|
|
|
| Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
|
|
|
|
|
|
|
|
| Lista de varias constantes. |
|
|
|
|
|
|
|
| Usage example of the CreateShortcut function |
|
|
|
|
|
|
|
| Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory. |
|
|
|
|
|
|
|
| Elimina un acceso directo creado previamente por CreateShortcut desde el escritorio de Windows, desde el menú "Inicio" de Windows o desde un directorio específico. |
|
|
|
|
|
|
|
| Libera la librería de 32 bits (DLL) que fue cargada en memoria por LoadDLL. |
|
|
|
|
|
|
|
| Lista de funciones varias de Windows |
|
|
|
|
|
|
|
| Devuelve los dos bytes altos de un entero. |
|
|
|
|
|
|
|
| Comprueba la validez de un número IBAN (número de cuenta bancaria internacional). |
|
|
|
|
|
|
|
| Crea un icono (asociado a un programa) en un grupo de programas de Windows, con la línea de comandos asociada. |
|
|
|
|
|
|
|
| Devuelve el "handle del sistema" (HINSTANCE) del programa actual.
|
|
|
|
|
|
|
|
| Checks which key is pressed. |
|
|
|
|
|
|
|
| Carga en memoria la biblioteca (DLL) especificada. |
|
|
|
|
|
|
|
| Returns the two low bytes of an integer. |
|
|
|
|
|
|
|
| Construye un entero de 4 bytes a partir de dos enteros de 2 bytes. |
|
|
|
|
|
|
|
| List of constants used by the Windows functions. |
|
|
|
|
|
|
|
| Checks, via a public key, that the signature of data performed with the OpenSSL library is correct. |
|
|
|
|
|
|
|
| Comprueba si se puede llegar a una dirección de red mediante el protocolo ICMP (similar a la utilidad de red PING). |
|
|
|
|
|
|
|
| Checks a character string before and after transmission between WINDEV applications and WEBDEVsites. |
|
|
|
|
|
|
|
| Calculates the Cyclical Redundancy Check (CRC) of buffer. |
|
|
|
|
|
|
|
| Simulates the keystrokes and the mouse actions. |
|
|
|
|
|
|
|
| Copies a block of bytes or a fixed-length string from a memory address into another one. |
|
|
|
|
|
|
|
| Used to find out whether the current execution of the application is in "trial version" mode.
|
|
|
|
|
|
|
|
| Returns the runtime mode of Windows. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|