Skip to content

CloseLibrary

snayaksnayak edited this page May 14, 2013 · 2 revisions

NAME

CloseLibrary - closes access to a library

SYNOPSIS

CloseLibrary(library);
void CloseLibrary(struct Library *);

FUNCTION

This function informs the system that access to the given library
is no more needed. The user must not reference the library or any
function in the library after this close.

INPUTS

library - pointer to a library node.

SEE ALSO

[[OpenLibrary]]
Clone this wiki locally