EN 776 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. Rueckgabe ADSISEARCHRESULTHANDLE or @Error; ADSIHANDLE: ADSIHANDLE through which the connection was opened via @ADSIOpenSearchObject to the DC was …

@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

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

Function Version 4.50

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

Function Version 4.60

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

Function Version 4.50

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

Function Version 7.02

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

Function Version 4.50

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

@IPCloseSocket

Function Version 4.50

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

@IPGetLocalAddress

Function Version 4.60

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

Function Version 4.60

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

Function Version 4.60

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

Function Version 4.60

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

Function Version 4.50

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

Function Version 4.50

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

Function Version 4.50

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

Function Version 4.60

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 …