Share via


IntToWstr (Compact 2013)

3/26/2014

This function 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
    LPWSTR that will contain the resulting wide string.

Return Value

None.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Conversion Functions
atoi
WstrToInt