◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WININPUT HAB WinQueryAnchorBlock(hwnd) HWND hwnd; /* window handle */ The WinQueryAnchorBlock function retrieves the handle of the anchor block of a window. Parameter Description ──────────────────────────────────────────────────────────────────────────── hwnd Identifies the window whose anchor-block handle is to be returned. Return Value The return value is the anchor-block handle of the specified window if the function is successful or NULL if an error occurs. ♦