pips_publication_get_data()

Get user data attached to a publication

Synopsis:

#include <pips/publication.h>
void* pips_publication_get_data(const pips_publication_t *const publication)

Arguments:

publication
A pointer to the publication whose user data will be retrieved

Library:

pips-client

Description:

This function retrieves the user data that was last attached to the given publication.

Returns:

An opaque pointer to any user data currently associated with the given publication. This may be NULL if the publication pointer is NULL or if no user data was attached.

Page updated: