Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I've been looking on the net, header files etc for the
IID_
GUID for
IUserNotification
interface but I cannot find it. I can only find the Vista version which when I use on my system (XP) returns error saying Interface not found.

So I just wanted to ask if anyone knows how and where to get it. Thanks
Posted

try this
in ur programm type
C++
CLSID_UserNotification
or
C++
IID_IUserNotification
and press F12 to see its GUID.
it can be unsupported in the system that u are using
 
Share this answer
 
Comments
chx101B 25-Mar-12 8:08am    
I can find CLSID_ but not itself. :(
Look in Shobjidl.h.
I found this in line 14588:

C++
EXTERN_C const IID IID_IUserNotification;


and in 14592-14593:

C++
    MIDL_INTERFACE("ba9711ba-5893-4787-a7e1-41277151550b")
    IUserNotification : public IUnknown
...


Hope this helps,
Pablo.
 
Share this answer
 
Comments
chx101B 25-Mar-12 8:06am    
Ok. I just debugged it and it seems to work. But a search doesn't find it in the linked headers. Weird how its partner (CLSID_XX) is visible and not itself.

By they way while you are at it can you also find this one for me <pre>IBindStatusCallback</pre>. =p. Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900