Changeset 2118


Ignore:
Timestamp:
Dec 18, 1999, 8:25:11 PM (26 years ago)
Author:
achimha
Message:

changes from WINE 991212

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/prsht.h

    r785 r2118  
    1 /* $Id: prsht.h,v 1.3 1999-09-02 10:10:11 phaller Exp $ */
     1/* $Id: prsht.h,v 1.4 1999-12-18 19:25:11 achimha Exp $ */
    22
    33#ifndef _WINE_PRSHT_H
     
    228228#define PSP_USEREFPARENT        0x0040
    229229#define PSP_USECALLBACK         0x0080
    230 
     230#define PSP_PREMATURE           0x0400
     231
     232#define PSP_HIDEHEADER          0x00000800
     233#define PSP_USEHEADERTITLE      0x00001000
     234#define PSP_USEHEADERSUBTITLE   0x00002000
    231235
    232236#define PSPCB_RELEASE           1
     
    245249#define PSH_MODELESS            0x0400
    246250#define PSH_RTLREADING          0x0800
     251#define PSH_WIZARDCONTEXTHELP   0x00001000
     252
     253#define PSH_WIZARD97            0x00002000 
     254#define PSH_WATERMARK           0x00008000
     255#define PSH_USEHBMWATERMARK     0x00010000
     256#define PSH_USEHPLWATERMARK     0x00020000
     257#define PSH_STRETCHWATERMARK    0x00040000
     258#define PSH_HEADER              0x00080000
     259#define PSH_USEHBMHEADER        0x00100000
     260#define PSH_USEPAGELANG         0x00200000
    247261
    248262#define PSCB_INITIALIZED  1
    249263#define PSCB_PRECREATE    2
     264
     265typedef struct _PSHNOTIFY
     266{
     267   NMHDR hdr;
     268   LPARAM lParam;
     269} PSHNOTIFY, *LPPSHNOTIFY;
    250270
    251271#define PSN_FIRST               (0U-200U)
Note: See TracChangeset for help on using the changeset viewer.