extern struct PROFILE_REGISTRATION* bp_profile_registration_new

(struct BP_CONNECTION* conn,
  char* uri,
  char* initiator_modes,
  char* listener_modes,
  int full_messages,
  int thread_per_channel)

Allocates a new profile-registration structure, filling-in everything but the callback pointers.

Documentation

Allocates a new profile-registration structure, filling-in everything but the callback pointers.

Note that the character pointer parameters are copied as well.

Use bp_profile_registration_destroy to destroy the structure returned.

Home Alphabetic index



This page was generated with the help of DOC++.