IsEqualCLSID
Determines
whether two CLSIDs are equal.
BOOL IsEqualCLSID(
REFCLSID rclsid1, |
//CLSID to compare to rclsid2 |
REFCLSID rclsid2 |
//CLSID to compare to rclsid1 |
); |
|
Parameters
rclsid1
[in] CLSID to
compare to rclsid2.
rclsid2
[in] CLSID to
compare to rclsid1.
Return Values
TRUE
The CLSIDs
are equal.
FALSE
The CLSIDs
are not equal.
See Also