enum rpc_cf_creation_disposition

#include <te_rpc_wsa.h>

enum rpc_cf_creation_disposition {
    RPC_CF_CREATE_ALWAYS     = 0x01,
    RPC_CF_CREATE_NEW        = 0x02,
    RPC_CF_OPEN_ALWAYS       = 0x04,
    RPC_CF_OPEN_EXISTING     = 0x08,
    RPC_CF_TRUNCATE_EXISTING = 0x10,
};