Searched refs:FILE_ATTRIBUTE_ENCRYPTED (Results 1 – 5 of 5) sorted by relevance
21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted()52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted()
176 FILE_ATTRIBUTE_ENCRYPTED = 16384 variable
579 if (PyModule_AddIntMacro(m, FILE_ATTRIBUTE_ENCRYPTED)) return NULL; in PyInit__stat()
126 FILE_ATTRIBUTE_ENCRYPTED = 0x00004000 variable
413 FILE_ATTRIBUTE_ENCRYPTED