windows-nt/Source/XPSP1/NT/shell/ext/brfcase/filesync/syncui/update.h

18 lines
352 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// update.h: Declares data, defines and struct types for twin creation
// module.
//
//
#ifndef __UPDATE_H__
#define __UPDATE_H__
// Flags for Upd_DoModal
#define UF_SELECTION 0x0001
#define UF_ALL 0x0002
int PUBLIC Upd_DoModal(HWND hwndOwner, CBS * pcbs, LPCTSTR pszList, UINT cFiles, UINT uFlags);
#endif // __UPDATE_H__