WinOpenClipbrd - Example Code

This example opens the clipboard for use by the current process.

#define INCL_WINCLIPBOARD       /* Window Clipboard Functions   */
#include <os2.h>

BOOL  fSuccess;         /* success indicator                    */
HAB   hab;              /* anchor-block handle                  */

fSuccess = WinOpenClipbrd(hab);


[Back: WinOpenClipbrd - Related Functions]
[Next: WinOpenClipbrd - Topics]