pub unsafe extern "C" fn NT_GetTopicInfo(
topic: NT_Topic,
info: *mut NT_TopicInfo,
) -> NT_BoolExpand description
Gets Topic Information.
Returns information about a topic (name and type).
- topic: handle
- info: information (output)
ยงReturns
True if successful, false on error.