Window handleΒΆ

window_id->window_handle

This read-only property contains the Windows operating system handle that was allocated to the window. It is of particular use for OLE controls, some of which have a specific property that requires the handle to be provided. Use of this feature is demonstrated in the example program $SCULPTOR/examples/playmedia.r.


EXAMPLE

oleMPlayer->hWndDisplay = WinDisplay->window_handle

RELATED TOPICS

Windows

OLE controls