Ignore:
Timestamp:
Apr 23, 2003, 8:01:01 PM (22 years ago)
Author:
sandervl
Message:

KSO: Properties allocated from shared memory & Fake window updates & SW_SHOWDEFAULT update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.h

    r10013 r10031  
    1 /* $Id: oslibwin.h,v 1.75 2003-04-11 15:22:33 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.76 2003-04-23 18:00:58 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    398398
    399399
     400void *  OSLibRemoveProperty(HWND hwnd, const char *psz);
     401BOOL    OSLibSetProperty(HWND hwnd, const char *psz, void *pv, unsigned fFlags);
     402void *  OSLibQueryProperty(HWND hwnd, const char *psz);
     403
    400404#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.