Microsoft DirectX 8.1 (C++)

IntToWstr

Converts a given integer value to a wide string representation.

Syntax

void IntToWstr(
    int i,
    LPWSTR wstrDest
);

Parameters

i

Integer value to be converted.

wstrDest

Pointer to the wide-character string that will contain the converted string.

Return Value

No return value.

See Also