Searched refs:win32_desired_access (Results 1 – 1 of 1) sorted by relevance
37 DWORD win32_desired_access = GENERIC_READ; in mapfile_open() local43 win32_desired_access = GENERIC_READ | GENERIC_WRITE; in mapfile_open()45 win32_desired_access = GENERIC_READ; in mapfile_open()47 win32_desired_access = GENERIC_WRITE; in mapfile_open()67 win32_desired_access = TRUNCATE_EXISTING; in mapfile_open()82 HANDLE file_handle = CreateFile(path, win32_desired_access, win32_share, in mapfile_open()