Searched refs:create_flags (Results 1 – 2 of 2) sorted by relevance
60 DWORD create_flags = 0; in CreatePlatformFile() local62 create_flags |= FILE_FLAG_OVERLAPPED; in CreatePlatformFile()64 create_flags |= FILE_ATTRIBUTE_TEMPORARY; in CreatePlatformFile()66 create_flags |= FILE_ATTRIBUTE_HIDDEN; in CreatePlatformFile()68 create_flags |= FILE_FLAG_DELETE_ON_CLOSE; in CreatePlatformFile()71 disposition, create_flags, NULL); in CreatePlatformFile()
318 int access_flags, create_flags; in hdev_open() local342 create_flags = OPEN_EXISTING; in hdev_open()351 create_flags, overlapped, NULL); in hdev_open()