Share via


WstrToInt (Compact 2013)

3/26/2014

This function converts a given wide string value to an integer.

Syntax

int WstrToInt(
  LPCWSTR wstrSrc
);

Parameters

  • wstrSrc
    Source wide-character string.

Return Value

Returns the string's integer value.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Conversion Functions
atoi
IntToWstr