In which DLL is the COM interface iStream defined?
Posted
by Youval Bronicki
on Stack Overflow
See other posts from Stack Overflow
or by Youval Bronicki
Published on 2010-04-28T14:19:32Z
Indexed on
2010/04/28
14:23 UTC
Read the original article
Hit count: 395
I'm a complete newbie to Windows and COM programming, trying to use com4j in order to call a COM object from Java.
Com4j generates Java interfaces from COM definitions "often found in .ocx, .dll, .exe, and/or .tlb files" . It was easy for me to locate the .ocx file of my target COM object, but I have no clue regarding the standard interface iStream.
Microsoft's documentation mentions OLE32.DLL ( c:\Windows\Windows32\Ole32.dll ?) , but neither the com4j generator nor oleviewer succeed in opening this file.
Any hints?
© Stack Overflow or respective owner