Home
last modified time | relevance | path

Searched refs:dwCreation (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dfile.cxx716 DWORD dwAccess = GENERIC_READ, dwShare = FILE_SHARE_READ, dwCreation = 0, dwAttributes = 0; in osl_openFile() local
727 dwCreation |= CREATE_NEW; in osl_openFile()
729 dwCreation |= OPEN_EXISTING; in osl_openFile()
733 dwAccess, dwShare, NULL, dwCreation, dwAttributes, NULL ); in osl_openFile()

Completed in 21 milliseconds