windows-nt/Source/XPSP1/NT/shell/osshell/fontfldr/fontext/inc/fsnotify.h
2020-09-26 16:20:57 +08:00

27 lines
668 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//------------------------------------------------------------------------
// 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__