diff options
author | Andreas Schlüns <as@openoffice.org> | 2002-05-27 09:24:15 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2002-05-27 09:24:15 +0000 |
commit | 26754159534b632fb6a4f8abae119dc7a214d596 (patch) | |
tree | d9086b6097c9d7468692c3301f711a5c0d035092 | |
parent | 26a9fcd148c09a4d31e5c2b318f21057bc2d0947 (diff) |
#99248# ignore process id on call createSystemChild()
-rw-r--r-- | offapi/com/sun/star/awt/XSystemChildFactory.idl | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/offapi/com/sun/star/awt/XSystemChildFactory.idl b/offapi/com/sun/star/awt/XSystemChildFactory.idl index 3c154968b3f2..98789d15ee0a 100644 --- a/offapi/com/sun/star/awt/XSystemChildFactory.idl +++ b/offapi/com/sun/star/awt/XSystemChildFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSystemChildFactory.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mi $ $Date: 2001-10-22 16:03:10 $ + * last change: $Author: as $ $Date: 2002-05-27 10:24:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,18 +82,16 @@ interface XSystemChildFactory : com::sun::star::uno::XInterface a sytem-specific handle to a window <p>You must check the machine ID and the process ID.<BR> - WIN32: HWND.<BR> - WIN16: HWND.<BR> - - JAVA: global reference to a java.awt.Component - object provided from the JNI-API.<BR> - - OS2: HWND.<BR> - MAC: Not supported<BR> + WIN32: HWND<BR> + WIN16: HWND<BR> + JAVA : HWND (provided from the JNI-API)<BR> + OS2 : HWND<BR> + MAC : Not supported<BR> @param ProcessId - the process identifier. Use the sal_getGlobalProcessId - function of the RTL library. + obsolete + User of this api call must know if the system window handle can be shared between + both processes - means of the use the same display for output. @param SystemType one constant out of the constant group |