NT_GetEntryName

Function NT_GetEntryName 

Source
pub unsafe extern "C" fn NT_GetEntryName(
    entry: NT_Entry,
    name: *mut WPI_String,
)
Expand description

Gets the name of the specified entry. Returns an empty string if the handle is invalid.

ยงParameters

  • entry: Entry handle.
  • name: Entry name (output parameter).