next up previous contents index
Next: 5.2.3 oskit_lookup: Obtain a Up: 5.2 Global Registry Previous: 5.2.1 oskit_register: Register an

5.2.2 oskit_unregister: Unregister a previously registered interface

 

SYNOPSIS

#include <oskit/com/services.h>

oskit_error_t oskit_unregister(const struct oskit_guid *iid, void *interface);

DESCRIPTION

Unregister a COM interface using oskit_services_remservice.

PARAMETERS

iid
The oskit_guid of the COM interface being registered.
interface
The COM interface being registered.

RETURNS

Returns 0 on success, or OSKIT_E_INVALIDARG if the specified IID and COM interface is not in the registry.



Utah Flux Research Group