home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / PASTE.ZIP / VIOPASTE.C next >
C/C++ Source or Header  |  1989-12-21  |  185b  |  10 lines

  1. #define INCL_WIN
  2. #include <os2.h>
  3. main ()
  4.     {
  5.     HAB hab;
  6.     hab = WinInitialize(0);
  7.     WinWriteProfileString(hab, "VioShield", "Paste", "");
  8.     WinTerminate(hab);
  9.     }
  10.