EN 800 documents

Engine Help Category: Internet

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

26 documents found

@ADSIOpenSearchObject

Function Version 10.02

Opens an object connection to an AD server and returns an ADSIHANDLE for the connection.

@ADSISearchObjectCloseSearch

Function Version 10.02

Closes an ADSIHANDLE and releases the memory associated with the ADSISEARCHRESULTHANDLE ADSISEARCHRESULT. Returns POTVAR or @Error;

@ADSISearchObjectExecuteSearch

Function Version 10.02

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

Function Version 10.02

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

Function Version 10.02

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

Function Version 10.02

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

Function Version 10.02

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

Function Version 10.02

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

Function Version 10.02

Releases a search preferences array. ADSISPARRAY: Search-Preferences-Array that was created via @ADSISearchPreferencesArrayInit was created.

@DNSQuery

Function Version 4.50

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

Function Version 4.50

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

Function Version 4.60

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

Function Version 4.50

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

Function Version 7.02

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

Function Version 4.50

The V4 IP address FLOAT FLOATIPADDRESS is converted to TEXT and returned. Currently available for Windows only!!!

@IPCloseSocket

Function Version 4.50

Closes the IP connection or port IPSOCKET IPSOCKET1 and returns a closed IPSOCKET. Currently available for Windows only!!!

@IPGetLocalAddress

Function Version 4.60

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

Function Version 4.60

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

Function Version 4.60

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

Function Version 4.60

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

Function Version 4.50

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

Function Version 4.50

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

Function Version 4.50

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

Function Version 4.60

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 …