![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Functions | |
ULONGLONG __stdcall | winx_str2time (char *string) |
Converts a formatted string to the time value in seconds. | |
int __stdcall | winx_time2str (ULONGLONG time, char *buffer, int size) |
Converts a time value in seconds to the formatted string. |
ULONGLONG __stdcall winx_str2time | ( | char * | string | ) |
int __stdcall winx_time2str | ( | ULONGLONG | time, | |
char * | buffer, | |||
int | size | |||
) |
Converts a time value in seconds to the formatted string.
[in] | time | the time interval, in seconds. |
[out] | buffer | the storage for the resulting string. |
[in] | size | the length of the buffer, in characters. |