win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinQueryAnchorBlock (1.2)
                                                      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.
 
                                      ♦