The format_calculator_string function evaluates a formatted calculator string.

 

Syntax
BOOL format_calculator_string(
    PSTRINGZ  result,
    UINT32  resultsize,
    PCSTRINGZ  format
    );

 

Members
ParametersDescription
resultReturns the formatted string.
resultsizeReturns the length of the formatted string.
formatSpecifies the calculator string to format.

 

Return Values

If the function succeeds, it returns a non-zero value. If it fails, it returns zero.

 

Remarks

N/A