Function ntcore_sys::NT_GetEntries [] [src]

pub unsafe extern "C" fn NT_GetEntries(
    inst: NT_Inst,
    prefix: *const c_char,
    prefix_len: usize,
    types: c_uint,
    count: *mut usize
) -> *mut NT_Entry

Get Entry Handles. Returns an array of entry handles. The results are optionally filtered by string prefix and entry type to only return a subset of all entries.

@param prefix entry name required prefix; only entries whose name starts with this string are returned @param prefix_len length of prefix in bytes @param types bitmask of NT_Type values; 0 is treated specially as a "don't care" @return Array of entry handles.