Functions that assist in using and testing this API
Functions | |
| BFEXPORT_FUNCDEC int | BFHelperGetDateString (BFINT64 ms, wchar_t *string, int length, BFHANDLE *errorinfo) |
| BFEXPORT_FUNCDEC void | BFHelperGetDurationString (BFINT64 ms, wchar_t *string, int length) |
| BFEXPORT_FUNCDEC void | BFHelperGetDoubleString (double d, wchar_t *string, int length) |
| BFEXPORT_FUNCDEC int BFHelperGetDateString | ( | BFINT64 | ms, | |
| wchar_t * | string, | |||
| int | length, | |||
| BFHANDLE * | errorinfo | |||
| ) |
Date into string. This function is provided primarily for testing purposes.
| BFEXPORT_FUNCDEC void BFHelperGetDurationString | ( | BFINT64 | ms, | |
| wchar_t * | string, | |||
| int | length | |||
| ) |
Duration into string. This function is provided primarily for testing purposes.
| BFEXPORT_FUNCDEC void BFHelperGetDoubleString | ( | double | d, | |
| wchar_t * | string, | |||
| int | length | |||
| ) |
Double into string. This function is provided primarily for testing purposes.