Function NT_GetTopic
Source pub unsafe extern "C" fn NT_GetTopic(
inst: NT_Inst,
name: *const WPI_String,
) -> NT_Topic
Expand description
Gets Topic Handle.
Returns topic handle.
§Parameters
- inst: instance handle
- name: topic name
§Returns
Topic handle.