GENERIC_READ

const win32file.GENERIC_READ;

Specifies read access to the object. Data can be read from the file and the file pointer can be moved. Combine with GENERIC_WRITE for read-write access.