astows Method

Converts a std::string into a std::wstring.
Syntax:
std::wstring astows( const std::string& op );
Name Description
op

std::string to be converted

Return Value:

Converted std::string

Information:

Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.0

See also: wstoas

<< Functions