format_calculator_string
The format_calculator_string function evaluates a formatted calculator string.
Syntax
BOOL format_calculator_string(
PSTRINGZ result,
UINT32 resultsize,
PCSTRINGZ format
);
Members
Parameters | Description |
---|---|
result |
Returns the formatted string. |
resultsize |
Returns the length of the formatted string. |
format |
Specifies 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
See Also