Function ntcore_sys::NT_GetEntryInfoHandle [] [src]

pub unsafe extern "C" fn NT_GetEntryInfoHandle(
    entry: NT_Entry,
    info: *mut NT_EntryInfo
) -> NT_Bool

Get Entry Information. Returns information about an entry (name, entry type, and timestamp of last change to type/value).

@param entry entry handle @param info entry information (output) @return True if successful, false on error.