windows-nt/Source/XPSP1/NT/shell/osshell/fontfldr/fontext/inc/fsnotify.h

27 lines
668 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//------------------------------------------------------------------------
// FSNotify.h
//
// Include file for FSNotify.cpp
//------------------------------------------------------------------------
#if !defined(__FSNOTIFY_H__)
#define __FSNOTIFY_H__
#if defined(__FCN__)
// Forward Declarations --------------------------------------------------
//
class CFontManager;
//------------------------------------------------------------------------
typedef struct {
HANDLE m_hWatch; // Returned from FindFirstChangeNotify.
} NOTIFYWATCH, FAR * LPNOTIFYWATCH;
DWORD dwNotifyWatchProc( LPVOID pvParams );
#endif // __FCN__
#endif // __FSNOTIFY_H__