I've noticed that when you double click on a type library in COM Browser and save it as an include file the events GUID always has two = signs, as in this example....
$CLSID_Event_ICommonDialogEvents = GUID$("{5F5C56A1-7EE2-4E2C-A1E2-8EA1DD24B15E}") = GUID$("{17B40980-8F9B-4CC0-9248-C982FE692E6C}")
Does anybody know why this is? This compiles but the structure doesn't look right.
$CLSID_Event_ICommonDialogEvents = GUID$("{5F5C56A1-7EE2-4E2C-A1E2-8EA1DD24B15E}") = GUID$("{17B40980-8F9B-4CC0-9248-C982FE692E6C}")
Does anybody know why this is? This compiles but the structure doesn't look right.
Comment