Converts a string GUID to binary form
#include <WinAPIConv.au3>
_WinAPI_GUIDFromStringEx ( $sGUID, $tGUID )
$sGUID | GUID in string form |
$tGUID | A $tagGUID structure or a ptr to it where the GUID will be stored |
Success: | True |
Failure: | False |
$tagGUID, _WinAPI_StringFromGUID
Search CLSIDFromString in MSDN Library.