|
|
|
|
|
StringRetrieve (Function) In french: ChaîneRécupère Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example).
LoadDLL("MaDLL32.dll")
nAdrChaîneASCIIZ is int = AppelDLL32("MaDLL32.dll", "RenvoieAdresseChaîne")
sContenuChaîne is string = ChaîneRécupère(nAdrChaîneASCIIZ, srASCIIZAddress)
FreeDLL("MaDLL32.dll")
Info(sContenuChaîne)
Syntax
<Result> = StringRetrieve(<Parameter> , <Option>)
<Result>: Character string Resulting string in PC Soft format. <Parameter>: System integer Address of the character string to retrieve. <Option>: Integer constant Format of the string to retrieve. | | srASCIIZAddress | <Parameter> must be an integer that contains the address of an ASCIIZ string. | srUnicodeAddress | <Paramètre> must be an integer containing the address of a string in Unicode format. |
Related Examples:
|
Unit examples (WINDEV): Strings with APIs
[ + ] Using strings with APIs. The following functions are used: - StringRetrieve - Transfer
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|