|
|
|
|
|
Funciones varias de Windows
Las diferentes funciones de Windows son las siguientes:
| | API | Runs a function found in an external DLL. | APIConfigure | Modifica las opciones de llamada a API y CallDLL32. | BitcoinValidAddress | Comprueba si la dirección de un monedero Bitcoin es válida. | CallDLL32 | Runs a function found in an external DLL. | CallInterface | Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework. | COMCallMethod | Runs a method of an interface of a COM object instantiated by COMCreateInstance. | COMCreateInstance | Instantiates a COM object (Component Object Model). | COMQueryInterface | 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. | CreateShortcut | Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory. | DeleteShortCut | 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. | FreeDLL | Libera la librería de 32 bits (DLL) que fue cargada en memoria por LoadDLL. | HiWord | Devuelve los dos bytes altos de un entero. | IBANValid | Comprueba la validez de un número IBAN (número de cuenta bancaria internacional). | IconInstall | Crea un icono (asociado a un programa) en un grupo de programas de Windows, con la línea de comandos asociada. | Instancia | Devuelve el "handle del sistema" (HINSTANCE) del programa actual. | KeyPressed | Checks which key is pressed. | LoadDLL | Carga en memoria la biblioteca (DLL) especificada. | LoWord | Returns the two low bytes of an integer. | MakeInteger | Construye un entero de 4 bytes a partir de dos enteros de 2 bytes. | OpenSSLCheck | Checks, via a public key, that the signature of data performed with the OpenSSL library is correct. | Ping | Comprueba si se puede llegar a una dirección de red mediante el protocolo ICMP (similar a la utilidad de red PING). | sComputeCrc16 | Checks a character string before and after transmission between WINDEV applications and WEBDEVsites. | sComputeCrc32 | Calculates the Cyclical Redundancy Check (CRC) of buffer. | SendKey | Simulates the keystrokes and the mouse actions. | Transfer | Copies a block of bytes or a fixed-length string from a memory address into another one. | WindowsVersion | Returns the runtime mode of Windows. |
También se pueden utilizar los siguientes tipos de variables:
| | API description | An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|