next up previous contents index
Next: 5.2.4 oskit_lookup_first: Obtain the Up: 5.2 Global Registry Previous: 5.2.2 oskit_unregister: Unregister a

5.2.3 oskit_lookup: Obtain a list of all COM interfaces registered for an IID

 

SYNOPSIS

#include <oskit/com/services.h>

oskit_error_t oskit_lookup(const struct oskit_guid *iid, [out] void ***out_interface_array);

DESCRIPTION

Look up the set of interfaces using oskit_services_lookup.

PARAMETERS

iid
The oskit_guid of the COM interface being looked up..
out_interface_array
The array of COM interfaces registered for the given IID.

RETURNS

Returns the number of COM interfaces found, or 0 if there were no matches.



Utah Flux Research Group