extern struct PROFILE_REGISTRATION* bp_profile_registration_clone

(struct BP_CONNECTION* conn,
  struct PROFILE_REGISTRATION* pr)

Allocates a new profile-registration structure, copying everything from another structure.

Documentation

Allocates a new profile-registration structure, copying everything from another structure.

Note that the character pointer parameters are copied as well.

Use bp_profile_registration_destroy to destroy the structure returned.

Parameters:
conn - A pointer to the connection structure, or NULL.
pr - A pointer to the profile_registration structure.

Home Alphabetic index



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