Ignore:
Timestamp:
Oct 15, 2002, 11:18:12 AM (23 years ago)
Author:
sandervl
Message:

PF: Disable close button & close item in system menu for windows with SC_NOCLOSE class style

File:
1 edited

Legend:

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

    r9230 r9345  
    1 /* $Id: oslibwin.h,v 1.68 2002-09-12 09:30:06 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.69 2002-10-15 09:18:10 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    4848DWORD OSLibQueryWindowStyle(HWND hwnd);
    4949
    50 BOOL  OSLibWinPositionFrameControls(HWND hwndFrame, RECTLOS2 *pRect, DWORD dwStyle, DWORD dwExStyle, HICON hSysMenuIcon);
     50BOOL  OSLibWinPositionFrameControls(HWND hwndFrame, RECTLOS2 *pRect, DWORD dwStyle, DWORD dwExStyle, HICON hSysMenuIcon, BOOL drawCloseButton);
     51BOOL  OSLibChangeCloseButtonState(HWND hwndFrame, BOOL State);
    5152
    5253#define OSLIB_QWL_USER -4
Note: See TracChangeset for help on using the changeset viewer.