|
noexcept |
Allocates a string buffer and initializes it according to the specified format parameters.
[in] | lpszFormat | is a zero-terminated wide string specifying the format of the output string. The format is specified according to the specification of the PrintfW_s function. |
... | is a set of input data for the string parser according to the format string. |