Function Reference


_WinAPI_GUIDFromStringEx

Converts a string GUID to binary form

#include <WinAPIConv.au3>
_WinAPI_GUIDFromStringEx ( $sGUID, $tGUID )

Parameters

$sGUID GUID in string form
$tGUID A $tagGUID structure or a ptr to it where the GUID will be stored

Return Value

Success: True
Failure: False

Related

$tagGUID, _WinAPI_StringFromGUID

See Also

Search CLSIDFromString in MSDN Library.