Click here to Skip to main content
15,897,718 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Parameters idenfying a system particularly windows Pin
James R. Twine16-Feb-06 1:01
James R. Twine16-Feb-06 1:01 
Questionpurpose of undef in the code Pin
arunperi15-Feb-06 22:42
arunperi15-Feb-06 22:42 
AnswerRe: purpose of undef in the code Pin
toxcct15-Feb-06 23:02
toxcct15-Feb-06 23:02 
GeneralRe: purpose of undef in the code Pin
arunperi15-Feb-06 23:32
arunperi15-Feb-06 23:32 
GeneralRe: purpose of undef in the code Pin
toxcct15-Feb-06 23:35
toxcct15-Feb-06 23:35 
GeneralRe: purpose of undef in the code Pin
arunperi15-Feb-06 23:48
arunperi15-Feb-06 23:48 
AnswerRe: purpose of undef in the code Pin
Chris Losinger16-Feb-06 2:18
professionalChris Losinger16-Feb-06 2:18 
QuestionProblems in accessing Parameters in COM... Pin
LordBalu15-Feb-06 22:30
LordBalu15-Feb-06 22:30 
hy everybody,

i really have a strange problem, and i hope that this very nice forum can help me out another time.

So what i have is a very simple com dll, if followed this article to build it: COM-DLL

my prroblem is, when e have a function like this:
[id(5), helpstring("method test2")] HRESULT test2([out,retval] BSTR* str);

i want to return more Parameters with the [out,retval], not only a BSTR* maybe a sequence or an array would be nice! In my Project i have to return 20 Strings to the Client who is using this dll, how does this work?
maybe something like this:
[id(5), helpstring("method test2")] HRESULT test2([out,retval] BSTR* str[20]);

I dont know or passing a sequence or an struct as a return Parameter?
Or what about this VARIANT* Types how does this work?
[id(5), helpstring("method test2")] HRESULT test2([out,retval] VARIANT* );

Please could someone explain it to me, i really need this asap...
Really, thank you in advance,

greetz

Balu
AnswerRe: Problems in accessing Parameters in COM... Pin
James R. Twine16-Feb-06 1:07
James R. Twine16-Feb-06 1:07 
AnswerRe: Problems in accessing Parameters in COM... Pin
LordBalu16-Feb-06 1:50
LordBalu16-Feb-06 1:50 
AnswerRe: Problems in accessing Parameters in COM... Pin
Michael Dunn16-Feb-06 7:44
sitebuilderMichael Dunn16-Feb-06 7:44 
QuestionIntercepting IE/MSHTML requests to download page elements Pin
Taka Muraoka15-Feb-06 21:55
Taka Muraoka15-Feb-06 21:55 
QuestionSSL certificates and MFC Pin
Daniel Gerstner15-Feb-06 21:48
Daniel Gerstner15-Feb-06 21:48 
AnswerRe: SSL certificates and MFC Pin
Daniel Gerstner16-Feb-06 0:14
Daniel Gerstner16-Feb-06 0:14 
QuestionUSB communication Pin
mani_ruju15-Feb-06 20:32
mani_ruju15-Feb-06 20:32 
AnswerRe: USB communication Pin
Cedric Moonen15-Feb-06 20:41
Cedric Moonen15-Feb-06 20:41 
QuestionCSingleLock doubt Pin
ledallam15-Feb-06 20:26
ledallam15-Feb-06 20:26 
AnswerRe: CSingleLock doubt Pin
kakan15-Feb-06 20:55
professionalkakan15-Feb-06 20:55 
AnswerRe: CSingleLock doubt Pin
Ryan Binns15-Feb-06 21:59
Ryan Binns15-Feb-06 21:59 
QuestionDialog Problem Pin
Aqueel15-Feb-06 20:17
Aqueel15-Feb-06 20:17 
AnswerRe: Dialog Problem Pin
Cedric Moonen15-Feb-06 20:44
Cedric Moonen15-Feb-06 20:44 
AnswerRe: Dialog Problem Pin
Michael Dunn15-Feb-06 20:54
sitebuilderMichael Dunn15-Feb-06 20:54 
AnswerRe: Dialog Problem Pin
Wim Engberts16-Feb-06 4:16
Wim Engberts16-Feb-06 4:16 
AnswerRe: Dialog Problem Pin
haian244216-Feb-06 14:26
haian244216-Feb-06 14:26 
Questionplease help me Pin
dSolariuM15-Feb-06 20:15
dSolariuM15-Feb-06 20:15 

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.