Conversion Functions (Windows CE 5.0)

Send Feedback

The Wxutil.h header file in the DirectShow base classes provides functions for converting between different data types (for example, between integers and wide strings) and between different stream formats.

Programming element Description
atoi Converts a string to an integer.
ConvertVideoInfoToVideoInfo2 Converts a VIDEOINFO stream format to a VIDEOINFOHEADER2 format.
IntToWstr Converts an integer to a wide string.
WstrToInt Converts a wide string to an integer.

See Also

Utility Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.