Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::Logs_Close

void Logs_Close(uint32_t iSlot);

Stops log enumeration identified by iSlot

Parameters

  • iSlot : enumeration slot returned by Logs_Enum

Return value

  • none

Notes

  • the slot number should be obtained with Logs_Enum function

Example

Clone this wiki locally