| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
specifies a factory interface for creating system child windows. More...
import "XSystemChildFactory.idl";
 
  
| Public Member Functions | |
| XWindowPeer | createSystemChild ([in] any Parent, [in] sequence< byte > ProcessId, [in] short SystemType) | 
| creates a system child window. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
specifies a factory interface for creating system child windows.
| XWindowPeer createSystemChild | ( | [in] any | Parent, | 
| [in] sequence< byte > | ProcessId, | ||
| [in] short | SystemType ) | 
creates a system child window.
| Parent | a system-specific handle to a window. | 
You must check the machine ID and the process ID.
 WIN32: HWND.
 WIN16: HWND.
JAVA: global reference to a java.awt.Component object provided from the JNI-API.
MAC: (NSView*) pointer.
| ProcessId | Ignored. | 
| SystemType | one constant out of the constant group com::sun::star::lang::SystemDependent. |