DrgGetPS - Syntax

This function gets a presentation space that is used to provide target feedback to the user during a drag operation.

#define INCL_WINSTDDRAG
#include <os2.h>

HWND    hwnd;  /*  Handle of the window for which presentation space is required. */
HPS     Hps;   /*  Presentation-space handle used for drawing in the window. */

Hps = DrgGetPS(hwnd);


[Back: DrgGetPS]
[Next: DrgGetPS Parameter - hwnd]