Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Defines the level of access that a handle has on files.
Syntax
typedef enum HANDLE_ACCESS_OPTIONS {
HAO_NONE = 0,
HAO_READ_ATTRIBUTES = 0x80,
HAO_READ = 0x120089,
HAO_WRITE = 0x120116,
HAO_DELETE = 0x10000
} ;
Constants
HAO_NONEValue: 0 None. |
HAO_READ_ATTRIBUTESValue: 0x80 The handle can be used to read file attributes. |
HAO_READValue: 0x120089 The handle can be used to read the file. |
HAO_WRITEValue: 0x120116 The handle can be used to write to the file. |
HAO_DELETEValue: 0x10000 The handle can be used to delete the file. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 |
| Header | windowsstoragecom.h |