next up previous contents index
Next: 7.7.2 fs_delay: Wait for Up: 7.7 Dependencies on the Previous: 7.7 Dependencies on the

7.7.1 oskit_get_call_context: Get the caller's context

 

SYNOPSIS

#include <oskit/com.h>

oskit_error_t oskit_get_call_context(oskit_guid_t *iid, [out] void **out_if);

DIRECTION

filesystem library tex2html_wrap_inline32841 client OS

DESCRIPTION

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.

PARAMETERS

iid
The desired COM interface identifier.
out_if
The COM interface.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



University of Utah Flux Research Group