Function ntcore_sys::NT_PollEntryListener [] [src]

pub unsafe extern "C" fn NT_PollEntryListener(
    poller: NT_EntryListenerPoller,
    len: *mut usize
) -> *mut NT_EntryNotification

Get the next entry listener event. This blocks until the next event occurs. This is intended to be used with NT_AddPolledEntryListener(void); entry listeners created using NT_AddEntryListener() will not be serviced through this function. @param poller poller handle @param len length of returned array (output) @return Array of information on the entry listener events. Returns NULL if an erroroccurred (e.g. the instance was invalid or is shutting down).