cef_browser_host_t.get_window_handle

Retrieve the window handle (if any) for this browser. If this browser is wrapped in a cef_browser_view_t this function should be called on the browser process UI thread and it will return the handle for the top-level native window.

struct cef_browser_host_t
extern (System)
c_ulong function(cef_browser_host_t* self) nothrow get_window_handle;

Meta