meld ~master (2014-08-17T13:41:53Z)
Dub
Repo
Watcher.FILE_NOTIFY_INFORMATION
meld
fileWatcher
FileWatcher
Watcher
Undocumented in source.
class
Watcher
version(Windows)
struct
FILE_NOTIFY_INFORMATION {
DWORD
NextEntryOffset
;
DWORD
Action
;
DWORD
FileNameLength
;
WCHAR
FileName
;
}
Members
Variables
Action
DWORD
Action
;
Undocumented in source.
FileName
WCHAR
FileName
;
Undocumented in source.
FileNameLength
DWORD
FileNameLength
;
Undocumented in source.
NextEntryOffset
DWORD
NextEntryOffset
;
Undocumented in source.
Meta
Source
See Implementation
meld
fileWatcher
FileWatcher
Watcher
aliases
LPOVERLAPPED_COMPLETION_ROUTINE
fCancelIo
fCreateIoCompletionPort
fGetQueuedCompletionStatus
fReadDirectoryChangesW
constructors
this
destructors
~this
functions
DoRead
Update
static variables
CancelIo
CreateIoCompletionPort
GetQueuedCompletionStatus
ReadDirectoryChangesW
structs
FILE_NOTIFY_INFORMATION
variables
m_buffer
m_callback
m_completionPort
m_directory
m_directoryHandle
m_overlapped