views:

130

answers:

1

Hi, I am developing a windows mobile application where i need to get a registry value of notification settings ,that is stored with CLSID as a key .Can i depend on the CLSID for retrieving the value of a particular notification event.Will my application works in all the devices if i depend on CLSID .

A: 

Most of the system CLSID are constant, to allow dynamic discovery of components; some COM components are using public CLSID.

For example, in DirectShow, filters are retrieved through their CLSID, to enable dynamic building of graphs.

Check the MSDN documentation about the CLSID you are interested in to see if it is publicly available and stable.

Laurent Etiemble

related questions