TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Artur
NA
1
0
How to do m_spPlayer->QueryInterface(&spSyncServices); in C#
Feb 21 2006 11:42 AM
In Windows Media SDK Help to obtain IWMPSyncServices we using m_spPlayer->QueryInterface(&spSyncServices); But how can obtain IWMPSyncServices in C#. I tried to do in such way IWMPSyncServices ss = (IWMPSyncServices)Player; but ss comes null. How to do? Thanks!
Reply
Answers (
0
)
Interoperability problem between a Java WebService and a C# Client
Why add-in doesn't show up in debug mode?