:orphan: .. index:: pair: enum; rpc_cf_access_right .. _doxid-te__rpc__wsa_8h_1aee10e00507f1d0fad2dbda3adfb3e86f: 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(). .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpc_cf_access_right { :target:`RPC_CF_GENERIC_EXECUTE` = 0x01, :target:`RPC_CF_GENERIC_READ` = 0x02, :target:`RPC_CF_GENERIC_WRITE` = 0x04, };