| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides access to the system dependent implementation of the window. More...
import "XSystemDependentWindowPeer.idl";
 
  
| Public Member Functions | |
| any | getWindowHandle ([in] sequence< byte > ProcessId, [in] short SystemType) | 
| returns a system-specific window handle. | |
| 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. | |
provides access to the system dependent implementation of the window.
| any getWindowHandle | ( | [in] sequence< byte > | ProcessId, | 
| [in] short | SystemType ) | 
returns a system-specific window handle.
You must check the machine ID and the process ID.
 WIN32: Returns an HWND if possible, otherwise 0.
 WIN16: Returns an HWND if possible, otherwise 0.
JAVA: Returns a global reference to a java.awt.Component object provided from the JNI-API.
MAC: Returns a ptr to the NSView implementing the window.
XWINDOW: Returns a structure SystemDependentXWindow or void if it is not reachable.
| ProcessId | the process identifier. Use the sal_getGlobalProcessId function of the RTL library. | 
| SystemType | one constant out of the constant group com::sun::star::lang::SystemDependent. |