CohtmlTimeFunctionData

Public Attributes

Name
void *UserData
OnMonotonicallyIncreasingTimeRequestFuncFunction

Public Attributes Documentation

variable UserData

void * UserData;

This pointer will be received as a parameter by the time function, allowing you to pass an arbitrary amount of data.

variable Function

OnMonotonicallyIncreasingTimeRequestFunc Function;

This function will be called by Cohtml during when accurate current time is needed.