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. Rueckgabe ADSISEARCHRESULTHANDLE or @Error; ADSIHANDLE: ADSIHANDLE through which the connection was opened via @ADSIOpenSearchObject to the DC was …
@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
Currently available for Windows only!!! 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 separate …
@DNSQueryAddress
Currently available for Windows only!!! Returns the Internet IP address for the specified host TEXT TEXT1 . The different settings of the current system of the executing server are used.
@DNSQueryHost
Currently available for Windows only!!! 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.
@HTTPGet
Currently available for Windows only!!! 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. …
@HTTPSGet
Currently available for Windows only!!! 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 …
@IPAddressToText
Currently available for Windows only!!! The V4 IP address FLOAT FLOATIPADDRESS is converted to TEXT and returned.
@IPCloseSocket
Currently available for Windows only!!! Closes the IP connection or port IPSOCKET IPSOCKET1 and returns a closed IPSOCKET.
@IPGetLocalAddress
Currently available for Windows only!!! 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).
@IPIsDataAvailable
Currently available for Windows only!!! 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 @E …
@IPOpenReceiveSocket
Currently available for Windows only!!! 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 …
@IPOpenSendSocket
Currently available for Windows only!!! 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 av …
@IPPing
Currently available for Windows only!!! 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 mill …
@IPReceive
Currently available for Windows only!!! 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 1 …
@IPSend
Currently available for Windows only!!! 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 …
@IPWaitForConnection
Currently available for Windows only!!! 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 exchang …
