NT_GetEntry

Function NT_GetEntry 

Source
pub unsafe extern "C" fn NT_GetEntry(
    inst: NT_Inst,
    name: *const WPI_String,
) -> NT_Entry
Expand description

Get Entry Handle.

§Parameters

  • inst: Instance handle.
  • name: Entry name (UTF-8 string).

§Returns

Entry handle.