StringToGUID Method

Creates a GUID from a string containing the GUID in the format {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}.
Syntax:
GUID StringToGUID( const wchar_t* pString );
Name Description
pString

String containing the GUID.

Return Value:

GUID

Information:

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

See also: GUIDToWString

<< Functions