Click here to Skip to main content
15,891,698 members
Home / Discussions / COM
   

COM

 
Questionwindows media player plugin Pin
Member 387187821-Apr-08 20:47
Member 387187821-Apr-08 20:47 
AnswerRe: windows media player plugin Pin
Michael Dunn28-Apr-08 11:11
sitebuilderMichael Dunn28-Apr-08 11:11 
QuestionHow to convert COM dll to Normal dll Pin
Prazwol21-Apr-08 20:01
Prazwol21-Apr-08 20:01 
GeneralRe: How to convert COM dll to Normal dll Pin
Mike Dimmick22-Apr-08 2:41
Mike Dimmick22-Apr-08 2:41 
QuestionHow to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: [modified] Pin
XuanThinh TRAN21-Apr-08 16:58
XuanThinh TRAN21-Apr-08 16:58 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
User 21559722-Apr-08 2:51
User 21559722-Apr-08 2:51 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
Vi222-Apr-08 17:28
Vi222-Apr-08 17:28 
QuestionRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
XuanThinh TRAN22-Apr-08 18:27
XuanThinh TRAN22-Apr-08 18:27 
Thanks for your consideration.
Yeah Microsoft Device Simulation Framework.

I have ever let try both Zero-Based and One-Based Collections. But i got the same Error.
Infact, there is only one Device (i mean simulated controller, mDeviceCount = 1).
What is wrong with the conversion of VARIANT i did:
/*
VARIANT vt;
VariantInit(&vt);
vt.vt = VT_INT;
vt.intVal = i;
IfFailHrGo(spDsfDevices->get_Item(vt, (DSFDevice **)(&mDsfDevice))); //<-- Error from here
hr = spDsfDevice->HasObject(CLSID, &mValue);
*/
I have no Visual studio, i just used Windows Driver Kits to compiler it.

xuanthinh
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
XuanThinh TRAN22-Apr-08 18:30
XuanThinh TRAN22-Apr-08 18:30 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
Vi223-Apr-08 0:53
Vi223-Apr-08 0:53 
AnswerRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: [modified] Pin
User 21559723-Apr-08 1:49
User 21559723-Apr-08 1:49 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
User 21559729-Apr-08 0:15
User 21559729-Apr-08 0:15 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
XuanThinh TRAN8-May-08 21:43
XuanThinh TRAN8-May-08 21:43 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
User 2155978-May-08 21:55
User 2155978-May-08 21:55 
GeneralMSXML DOM and MFC Pin
Raja Shekar17-Apr-08 13:34
Raja Shekar17-Apr-08 13:34 
GeneralRe: MSXML DOM and MFC Pin
Baltoro23-Apr-08 13:29
Baltoro23-Apr-08 13:29 
QuestionSinking mshtml.HTMLDocument events in C# BHO Pin
Kim Briggs17-Apr-08 3:26
Kim Briggs17-Apr-08 3:26 
GeneralC++ COM Library Pin
thatsgreat234516-Apr-08 16:58
thatsgreat234516-Apr-08 16:58 
GeneralRe: C++ COM Library Pin
Christian Graus16-Apr-08 17:56
protectorChristian Graus16-Apr-08 17:56 
GeneralAccessing COM Class error during runtime... Pin
Prabakar15-Apr-08 23:31
Prabakar15-Apr-08 23:31 
GeneralReleasing late binding COM object in C# Pin
Crazy Joe Devola15-Apr-08 16:28
Crazy Joe Devola15-Apr-08 16:28 
GeneralRe: Releasing late binding COM object in C# Pin
User 21559715-Apr-08 23:24
User 21559715-Apr-08 23:24 
GeneralRe: Releasing late binding COM object in C# Pin
Crazy Joe Devola16-Apr-08 10:27
Crazy Joe Devola16-Apr-08 10:27 
GeneralRe: Releasing late binding COM object in C# Pin
User 21559716-Apr-08 11:55
User 21559716-Apr-08 11:55 
GeneralProblem with "ActivationContext" and multithreading Pin
Jürgen Jung14-Apr-08 2:35
Jürgen Jung14-Apr-08 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.