enum rpc_cf_access_right

TA-independent definitions for Windows CreateFile(). Attention: these flags are the most frequently used, there are in Windows much more flags for CreateFile().

#include <te_rpc_wsa.h>

enum rpc_cf_access_right {
    RPC_CF_GENERIC_EXECUTE = 0x01,
    RPC_CF_GENERIC_READ    = 0x02,
    RPC_CF_GENERIC_WRITE   = 0x04,
};