:orphan: .. index:: pair: enum; rpc_cf_creation_disposition .. _doxid-te__rpc__wsa_8h_1af1d13f03880395c1b583cba303dc9e48: enum rpc_cf_creation_disposition ================================ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpc_cf_creation_disposition { :target:`RPC_CF_CREATE_ALWAYS` = 0x01, :target:`RPC_CF_CREATE_NEW` = 0x02, :target:`RPC_CF_OPEN_ALWAYS` = 0x04, :target:`RPC_CF_OPEN_EXISTING` = 0x08, :target:`RPC_CF_TRUNCATE_EXISTING` = 0x10, };