#include <oskit/com.h>oskit_error_t oskit_get_call_context(oskit_guid_t *iid, [out] void **out_if);
filesystem libraryclient OS
This function returns the requested COM interface for the current caller.Typically, this is used to obtain the oskit_principal object for the current client of the filesystem library.
- iid
- The desired COM interface identifier.
- out_if
- The COM interface.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.