pdfGetWindowHandle

Get the viewer window handle.
HWND pdfGetWindowHandle(PDFViewerHandle viewer)
This function returns the handle (type HWND) for the main viewer window (i.e, the part inside the scrollbars). This can be useful for various customization purposes.
C:
HWND wnd; wnd = pdfGetWindowHandle(viewer);