Changeset 9403 for trunk/src/setupapi/setupx16.h
- Timestamp:
- Nov 13, 2002, 12:50:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/setupapi/setupx16.h
r8421 r9403 83 83 VCPPROGRESS prgFileWrite; 84 84 VCPPROGRESS prgByteWrite; 85 } VCPDISKINFO, *LPVCPDISKINFO; 85 } VCPDISKINFO, *LPVCPDISKINFO; 86 86 87 87 typedef struct { … … 361 361 #else 362 362 typedef LRESULT (CALLBACK *VIFPROC)(LPVOID lpvObj, UINT16 uMsg, WPARAM wParam, LPARAM lParam, LPARAM lparamRef); 363 363 364 typedef int (CALLBACK *VCPENUMPROC)(LPVIRTNODE lpvn, LPARAM lparamRef); 364 365 #endif 365 366 366 367 RETERR16 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 367 382 RETERR16 WINAPI VcpQueueCopy16( 368 383 LPCSTR lpszSrcFileName, LPCSTR lpszDstFileName,
Note:
See TracChangeset
for help on using the changeset viewer.