| I've been working on WMI stuff and for that you have to create a base object and then do a get parameters function in order to pass args to the method you want to invoke.
Sounds like that msdn article does something along those lines. You have to query for the seSoundEvent (whatever the ringer would be called) and pass in a pointer to an object (pSoundFileInfo) you already created. It then populates the object with the filename.
I don't know how you would invoke the method SndGetSound method from that msdn article though. I haven't done any mobile phone or CF.NET work though so I may be totally in left field.
You have googled for examples of the method right?
__________________ |