Click here to Skip to main content
15,905,877 members
Home / Discussions / COM
   

COM

 
QuestionService Objects Pin
waxie16-Feb-06 22:05
waxie16-Feb-06 22:05 
QuestionHow to realize my own shell format? Pin
Jerry New16-Feb-06 15:20
Jerry New16-Feb-06 15:20 
AnswerRe: How to realize my own shell format? Pin
QuickDeveloper16-Feb-06 21:43
QuickDeveloper16-Feb-06 21:43 
AnswerRe: How to realize my own shell format? Pin
mbue18-Feb-06 21:35
mbue18-Feb-06 21:35 
AnswerRe: How to realize my own shell format? Pin
Jerry New26-Feb-06 17:17
Jerry New26-Feb-06 17:17 
QuestionSIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
LordBalu15-Feb-06 22:29
LordBalu15-Feb-06 22:29 
AnswerRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
Stephen Hewitt15-Feb-06 23:55
Stephen Hewitt15-Feb-06 23:55 
AnswerRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
LordBalu16-Feb-06 0:46
LordBalu16-Feb-06 0:46 
Yeah that was my idea too, but how could i do this, i try it that way:

interface Idatamng : IDispatch{<br />
struct PM<br />
{<br />
BSTR var1;<br />
BSTR var2;<br />
}<br />
[id(1), helpstring("method get_orderids")] HRESULT get_orderids([out,retval] PM* pm_inst1);	<br />
};


But this is not working! Also with an Typedef it is not working:

interface Idatamng : IDispatch{<br />
struct PM<br />
{<br />
BSTR var1;<br />
BSTR var2;<br />
}<br />
typedef PM pm_def<br />
[id(1), helpstring("method get_orderids")] HRESULT get_orderids([out,retval] pm_def* pm_inst1);	<br />
};


So i dont know how to build a structure in IDL, could you help me please!

greetz

Balu
AnswerRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
LordBalu16-Feb-06 2:58
LordBalu16-Feb-06 2:58 
GeneralRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
Stephen Hewitt16-Feb-06 11:19
Stephen Hewitt16-Feb-06 11:19 
QuestionDirectX movie play from URL Pin
Anilkumar K V15-Feb-06 1:26
Anilkumar K V15-Feb-06 1:26 
QuestionDCOM services in Win2k Server Pin
LiYS14-Feb-06 23:58
LiYS14-Feb-06 23:58 
QuestionHooking into IE Pin
effeAF14-Feb-06 8:40
effeAF14-Feb-06 8:40 
AnswerRe: Hooking into IE Pin
Andy Moore14-Feb-06 11:15
Andy Moore14-Feb-06 11:15 
AnswerRe: Hooking into IE Pin
ThatsAlok14-Feb-06 23:08
ThatsAlok14-Feb-06 23:08 
GeneralRe: Hooking into IE Pin
effeAF15-Feb-06 8:07
effeAF15-Feb-06 8:07 
GeneralRe: Hooking into IE Pin
ThatsAlok15-Feb-06 17:48
ThatsAlok15-Feb-06 17:48 
QuestionURGENT HELP REQUIRED MMC IConsole2. Pin
URagavSouth14-Feb-06 2:14
URagavSouth14-Feb-06 2:14 
QuestionCOM Server Types... How They Work? Pin
Malli_S14-Feb-06 1:27
Malli_S14-Feb-06 1:27 
QuestionIntegrating Crystal Reports Pin
Niro198314-Feb-06 0:41
Niro198314-Feb-06 0:41 
QuestionHow In-Process component(DLL) share by no. of clients.... Pin
Siva Sankar Koyi13-Feb-06 23:55
Siva Sankar Koyi13-Feb-06 23:55 
AnswerRe: How In-Process component(DLL) share by no. of clients.... Pin
BiswaR14-Feb-06 2:54
BiswaR14-Feb-06 2:54 
GeneralRe: How In-Process component(DLL) share by no. of clients.... Pin
Siva Sankar Koyi14-Feb-06 17:03
Siva Sankar Koyi14-Feb-06 17:03 
GeneralRe: How In-Process component(DLL) share by no. of clients.... Pin
Milton Karimbekallil15-Feb-06 8:34
Milton Karimbekallil15-Feb-06 8:34 
QuestionHow to use an Active X Component in a WIN32 Project Pin
fearless stallion12-Feb-06 22:18
fearless stallion12-Feb-06 22:18 

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.