Package com.sun.jna.platform.win32
Klasse DdemlUtil.DdeConnectionList
java.lang.Object
com.sun.jna.platform.win32.DdemlUtil.DdeConnectionList
- Alle implementierten Schnittstellen:
DdemlUtil.IDdeConnectionList
,Closeable
,AutoCloseable
- Umschließende Klasse:
DdemlUtil
public static class DdemlUtil.DdeConnectionList
extends Object
implements DdemlUtil.IDdeConnectionList
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
Destroys the specified conversation list and terminates all conversations associated with the list.queryNextServer
(DdemlUtil.IDdeConnection prevConnection) Retrieves the next conversation handle in the specified conversation list.
-
Konstruktordetails
-
DdeConnectionList
-
-
Methodendetails
-
getHandle
- Angegeben von:
getHandle
in SchnittstelleDdemlUtil.IDdeConnectionList
-
queryNextServer
Beschreibung aus Schnittstelle kopiert:DdemlUtil.IDdeConnectionList
Retrieves the next conversation handle in the specified conversation list.- Angegeben von:
queryNextServer
in SchnittstelleDdemlUtil.IDdeConnectionList
- Parameter:
prevConnection
- A handle to the conversation handle previously returned by this function. If this parameter is NULL, the function returns the first conversation handle in the list.- Gibt zurück:
- If the list contains any more conversation handles, the return value is the next conversation IDdeConnection in the list; otherwise it is NULL.
-
close
public void close()Beschreibung aus Schnittstelle kopiert:DdemlUtil.IDdeConnectionList
Destroys the specified conversation list and terminates all conversations associated with the list.If the function fails a DdeException is raised with the appropriate errorCode:
- DMLERR_DLL_NOT_INITIALIZED
- DMLERR_INVALIDPARAMETER
- DMLERR_NO_ERROR
Note: This wraps DdeDisconnectList to align with Closeable wording.
- Angegeben von:
close
in SchnittstelleAutoCloseable
- Angegeben von:
close
in SchnittstelleCloseable
- Angegeben von:
close
in SchnittstelleDdemlUtil.IDdeConnectionList
-