OlUnregisterDynamicCallback(3W) — MISC. REFERENCE MANUAL PAGES
Dynamic Settings
NAME
OlUnregisterDynamicCallback
SYNOPSIS
#include <Dynamic.h>
...
extern int OlUnregisterDynamicCallback(CB, data)
void (∗CB)();
caddr_t data;
DESCRIPTION
The OlUnregisterDynamicCallback procedure is used to remove a function from the list of registered callbacks to be called whenever the procedure OlCallDynamicCallbacks is invoked.
SEE ALSO
OlRegisterDynamicCallback(3), OlCallDynamicCallbacks(3) OlGetApplicationResources(3)
RETURN VALUE
Zero (0) is returned if the dynamic callback cannot be removed; otherwise one (1) is returned.
Sun Release 4.0 — Last change: