GetTitleBarInfo function user32

int GetTitleBarInfo(
  1. int hwnd,
  2. Pointer<TITLEBARINFO> pti
)

Retrieves information about the specified title bar.

BOOL GetTitleBarInfo(
  HWND          hwnd,
  PTITLEBARINFO pti
);

Implementation

int GetTitleBarInfo(int hwnd, Pointer<TITLEBARINFO> pti) =>
    _GetTitleBarInfo(hwnd, pti);