Changeset 3300


Ignore:
Timestamp:
Apr 2, 2000, 12:25:56 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/win32api.h

    r3268 r3300  
    1 /* $Id: win32api.h,v 1.7 2000-03-29 15:16:09 cbratschi Exp $ */
     1/* $Id: win32api.h,v 1.8 2000-04-02 10:25:56 sandervl Exp $ */
    22
    33/*
     
    8181BOOL   WIN32API DosDateTimeToFileTime(WORD,WORD,LPFILETIME);
    8282
     83
     84HWND   WIN32API GetDesktopWindow(void);
     85INT    WIN32API GetUpdateRgn(HWND, HRGN, BOOL);
     86BOOL   WIN32API HideCaret(HWND hwnd);
     87BOOL   WIN32API ShowCaret(HWND hwnd);
     88HDC    WIN32API GetDCEx(HWND hwnd, HRGN hrgn, ULONG flags);
     89int    WIN32API ReleaseDC(HWND hwnd, HDC hdc);
     90int    WIN32API ExtSelectClipRgn(HDC hdc, HRGN hrgn, int fnMode);
     91
    8392#endif
Note: See TracChangeset for help on using the changeset viewer.