Engine Help Category: Internet
Filtered overview of the Engine Help documentation.
@ADSICloseSearchObject
Closes an object connection to an AD server and returns POTVAR.
@ADSIOpenSearchObject
Opens an object connection to an AD server and returns an ADSIHANDLE for the connection.
@ADSISearchObjectCloseSearch
Closes an ADSIHANDLE and releases the memory associated with the ADSISEARCHRESULTHANDLE ADSISEARCHRESULT. Returns POTVAR or @Error;
@ADSISearchObjectExecuteSearch
Executes the search and returns a ADSISEARCHRESULTHANDLE for the result. Returns ADSISEARCHRESULTHANDLE or @Error; ADSIHANDLE: ADSIHANDLE through which the connection was opened via @ADSIOpenSearchObject to the DC was es …
@ADSISearchObjectGetColumnData
Retrieves the next column of the search result. Return: In case of an error, @Error; in case of success, TRUE; and if no further column is available, FALSE. TEXT ColName: Returns the column name. ColData: Where possible, …
@ADSISearchObjectGetFirstRow
Retrieves the first row of the search result. Return: In case of an error, @Error; in case of success, TRUE; and if no row is available anymore, FALSE. ADSIHANDLE: ADSIHANDLE through which the connection was opened via @ …
@ADSISearchObjectGetNextRow
Retrieves the next row of the search result. Return: In case of an error, @Error; in case of success, TRUE; and if no row is available anymore, FALSE. ADSIHANDLE: ADSIHANDLE through which the connection was opened via @A …
@ADSISearchPreferencesArrayAddScope
Sets the scope search preferences for an object connection to a DC and returns a status. Returns TRUE or @Error; FN FNSCOPE Values: ADS_SCOPE_BASE = 0 ADS_SCOPE_ONELEVEL = 1 ADS_SCOPE_SUBTREE = 2 ADSISPARRAY: Searc …
@ADSISearchPreferencesArrayApply
Applies the search preferences array ADSISPARRAY that was created via @ADSISearchPreferencesArrayInit was created to an ADSIHANDLE and thereby assigns the preferences. Returns TRUE or @Error; ADSIHANDLE: ADSIHANDLE throu …
@ADSISearchPreferencesArrayDestroy
Releases a search preferences array. ADSISPARRAY: Search-Preferences-Array that was created via @ADSISearchPreferencesArrayInit was created.
@ADSISearchPreferencesArrayInit
Initializes a search preferences array and returns it.
@DNSQuery
Sends a query via UDP to the DNS server with the Internet IP address TEXT IPADDRESS1 and returns the result as TEXTLIST . Each element represents a record whose fields are separated by "|" and whose first element specifi …
@DNSQueryAddress
Returns the Internet IP address for the specified host TEXT TEXT1 . The different settings of the current system of the executing server are used. Currently available for Windows only!!!
@DNSQueryHost
Returns the official host name for an Internet IP address TEXT TEXT1 . The different settings of the current system of the executing server are used. Currently available for Windows only!!!
@HTTPGet
Returns the HTML code of a web page as TEXT. In addition to TEXT SERVER1 and TEXT PAGE2, a port number FN PORT3 can optionally be specified. If omitted, port 80 is used by default. The default timeout for this function i …
@HTTPSGet
Returns the HTML code of a web page as TEXT returned. In addition to TEXT SERVER1 und TEXT PAGE2 a port number FN/TEXT PORT3 can optionally be specified. If omitted, 443 (HTTPS) is used by default. FN FNTIMEOUT4 is reser …
@IPAddressToText
The V4 IP address FLOAT FLOATIPADDRESS is converted to TEXT and returned. Currently available for Windows only!!!
@IPCloseSocket
Closes the IP connection or port IPSOCKET IPSOCKET1 and returns a closed IPSOCKET. Currently available for Windows only!!!
@IPGetLocalAddress
The local V4 IP address is returned in FLOAT RETFLOATIPADDRESS. Return value: @Error in case of an error; otherwise the local host name (as TEXT). Currently available for Windows only!!!
@IPIsDataAvailable
For an IP connection, returns IPSOCKET IPSOCKET1 whether data has been received. The return value is 0 or 1. If the IPSOCKET is no longer available (TCP), the return value is an @ERROR. Currently available for Windows on …
@IPOpenReceiveSocket
Opens a communication endpoint (port) for incoming IP connections on the server name TEXT SERVER1, unter dem FN PORT2 und dem Protokoll TEXT PROCOTCOL3 und gibt einen IPSOCKET. The first parameter can also be empty if on …
@IPOpenSendSocket
Opens an outgoing IP connection to server TEXT SERVER1, FN PORT2 und dem Protokoll TEXT PROCOTCOL3 und gibt einen IPSOCKET. If the requested communication endpoint (port) is not available, the result is an @ERROR-Wert. P …
@IPPing
In TEXT TEXTRECHNERNAME specifies the host name or host V4 IP address (as TEXT for example "172.16.1.100") of the host to be pinged. In FN FNTIMEOUTMS specifies the timeout in milliseconds (applies to each operation indi …
@IPReceive
Receives the TEXT RETTEXT2 via the opened IPSOCKET IPSOCKET1. The return value of the function is the number of received bytes or an @ERROR-Wert. The timeout for this function is 10 seconds or FN TIMEOUT3 Sekunden. Withi …
@IPSend
Sends the RT/TEXT TEXT2/RT2 via the opened IPSOCKET IPSOCKET1 and returns the number of bytes sent. In case of an error, the result is an @ERROR-Wert. FN FNFLAGS3: 0 (default) - 1 Flush send buffer Currently available fo …
@IPWaitForConnection
Waits for an incoming TCP/IP connection to be opened on IPSOCKET IPSOCKET1 and otherwise returns from the call only after FN TIMEOUT3 or 10 seconds. After that, data can be exchanged connection-oriented using @IPSend and …
