Ignore:
Timestamp:
Nov 13, 2002, 12:50:07 PM (23 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/setupapi/setupx16.h

    r8421 r9403  
    8383        VCPPROGRESS     prgFileWrite;
    8484        VCPPROGRESS     prgByteWrite;
    85 } VCPDISKINFO, *LPVCPDISKINFO; 
     85} VCPDISKINFO, *LPVCPDISKINFO;
    8686
    8787typedef struct {
     
    361361#else
    362362typedef LRESULT (CALLBACK *VIFPROC)(LPVOID lpvObj, UINT16 uMsg, WPARAM wParam, LPARAM lParam, LPARAM lparamRef);
     363
    363364typedef int (CALLBACK *VCPENUMPROC)(LPVIRTNODE lpvn, LPARAM lparamRef);
    364365#endif
    365366
    366367RETERR16 WINAPI VcpOpen16(VIFPROC vifproc, LPARAM lparamMsgRef);
     368
     369/* VcpQueueCopy flags */
     370#define VNLP_SYSCRITICAL        0x0001
     371#define VNLP_SETUPCRITICAL      0x0002
     372#define VNLP_NOVERCHECK         0x0004
     373#define VNLP_FORCETEMP          0x0008
     374#define VNLP_IFEXISTS           0x0010
     375#define VNLP_KEEPNEWER          0x0020
     376#define VNLP_PATCHIFEXIST       0x0040
     377#define VNLP_NOPATCH            0x0080
     378#define VNLP_CATALOGCERT        0x0100
     379#define VNLP_NEEDCERTIFY        0x0200
     380#define VNLP_COPYIFEXISTS       0x0400
     381
    367382RETERR16 WINAPI VcpQueueCopy16(
    368383        LPCSTR lpszSrcFileName, LPCSTR lpszDstFileName,
Note: See TracChangeset for help on using the changeset viewer.