Searched refs:dwShare (Results 1 – 1 of 1) sorted by relevance
716 DWORD dwAccess = GENERIC_READ, dwShare = FILE_SHARE_READ, dwCreation = 0, dwAttributes = 0; in osl_openFile() local721 dwShare |= FILE_SHARE_WRITE; in osl_openFile()724 dwShare |= FILE_SHARE_WRITE; in osl_openFile()733 dwAccess, dwShare, NULL, dwCreation, dwAttributes, NULL ); in osl_openFile()
Completed in 21 milliseconds