[MS] Is there any difference between StringFromIID and StringFromCLSID? - devamazonaws.blogspot.com
Some time ago, I displayed in tabular form the difference between UuidToString StringFromCLSID, StringFromIID, StringFromGUID2. But the entries for StringFromCLSID and StringFromIID are identical. So what's the difference between those two?
There's no difference. The two functions are functionally identical.
So why have two functions that do the same thing?
Probably just to provide counterparts to their buddies IIDFromString and CLSIDFromString, which do behave differently, because CLSIDFromString also supports ProgIds.
Post Updated on May 27, 2024 at 03:00PM
Thanks for reading
from devamazonaws.blogspot.com
Comments
Post a Comment