NWDSEUnRegisterForEvent
Unregisters a callback that has been registered to be called when a specified eDirectory event occurs.
#include <nwdsdsa.h>
#include <nwdsevnt.h>
N_EXTERN_LIBRARY (NWDSCCODE) NWDSEUnRegisterForEvent (
nint priority,
nuint32 type,
nint (*handler) (
nuint32 type,
nuint size,
nptr *data));
|
0x0000 |
Successful |
|
Negative Value |
Negative values indicate errors. For
error values, see |
For more details about the parameters for this function, see NWDSERegisterForEvent and NWDSERegisterForEventWithResult.