Documentation > Instrumentation Runtime API > binwb_dlclose

binwb_dlclose - Close a shared library

int binwb_dlclose(void* handle);

// Decrement the reference count of a library opened with binwb_dlopen

// RETURN VALUE
// This function always returns 0.

SYNOPSIS

DESCRIPTION

RETURN VALUE

NOTES

EXAMPLES

SEE ALSO