GUIDToWString Method

Returns a string representation of a GUID.
Syntax:
std::wstring    GUIDToWString( const GUID& id );
Name Description
id

GUID to be converted into a string.

Return Value:

A string representation of the specified GUID.

Information:

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

See also: StringToGUID

<< Functions