#include <oskit/com/services.h>oskit_error_t oskit_lookup_first(const struct oskit_guid *iid, [out] void **out_interface);
Look up the first COM interface that has been registered with a particular IID. The client is responsible for releasing the reference on the interface.
- iid
- The oskit_guid of the COM interface being looked up..
- out_interface
- The first COM interface registered for the given IID.
Always returns 0, setting out_interface to NULL if there was no match.