win32file.FILE_NOTIFY_INFORMATION

[(action, filename), ... = FILE_NOTIFY_INFORMATION(buffer, size )

Decodes a PyFILE_NOTIFY_INFORMATION buffer.

Parameters

buffer : string

The buffer to decode.

size : int

The number of bytes to refer to. Generally this will be smaller than the size of the buffer (and certainly never greater!)

Comments

See win32file::ReadDirectoryChangesW for more information.