Click here to Skip to main content
16,017,069 members
Home / Discussions / COM
   

COM

 
GeneralRe: COM Client problem Pin
balcn14-May-03 8:51
balcn14-May-03 8:51 
GeneralRe: COM Client problem Pin
Anonymous14-May-03 18:42
Anonymous14-May-03 18:42 
GeneralRe: COM Client problem Pin
valikac14-May-03 19:55
valikac14-May-03 19:55 
GeneralRe: COM Client problem Pin
balcn16-May-03 8:05
balcn16-May-03 8:05 
GeneralRe: COM Client problem Pin
Dudi Avramov18-May-03 23:11
Dudi Avramov18-May-03 23:11 
GeneralHelp : About Active Document Pin
twinkle_star13-May-03 16:59
twinkle_star13-May-03 16:59 
QuestionDifference between Webbrowser contorl and InternetExplorer object ? Pin
GriffonRL13-May-03 3:51
GriffonRL13-May-03 3:51 
QuestionCan a method of COM-server return a string pointer Pin
Bash12-May-03 19:52
Bash12-May-03 19:52 
Hi,

I'm a novice in COM so my question is very easy.
I want to crete the COM server (INPROC_SERVER) with method like:

virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetStr(
/* [out][in] */ LPSTR lpcszStr) = 0;

STDMETHODIMP CAbc::GetStr(LPSTR lpcszStr)
{
AFX_MANAGE_STATE(AfxGetStaticModuleState())
// TODO: Add your implementation code here
char *mystr="string from COM";
lpcszStr=mystr;
return S_OK;
}

So, is it possible to return the string pointer from COM server?


Yours sincerely,
Alex Bash
AnswerRe: Can a method of COM-server return a string pointer Pin
justanotherprogrammer12-May-03 21:13
justanotherprogrammer12-May-03 21:13 
GeneralRe: Can a method of COM-server return a string pointer Pin
valikac13-May-03 16:01
valikac13-May-03 16:01 
GeneralRe: Can a method of COM-server return a string pointer Pin
Renjith Ramachandran15-May-03 5:57
Renjith Ramachandran15-May-03 5:57 
Generalactivex parent Pin
Shotgun12-May-03 15:28
Shotgun12-May-03 15:28 
GeneralSAFEARRAY question Pin
Stephane Routelous12-May-03 8:15
Stephane Routelous12-May-03 8:15 
GeneralRetrieving Pointer to IOleClientSite Pin
GeorgT12-May-03 4:15
GeorgT12-May-03 4:15 
GeneralUsing Updated Interface Pin
swarup12-May-03 3:17
swarup12-May-03 3:17 
Generalerror calling method in event Pin
particle2k11-May-03 23:44
particle2k11-May-03 23:44 
GeneralRe: error calling method in event Pin
Vi215-May-03 3:43
Vi215-May-03 3:43 
Generalexe-server component's interface related Pin
satishsilla11-May-03 20:54
satishsilla11-May-03 20:54 
GeneralRe: exe-server component's interface related Pin
valikac13-May-03 16:04
valikac13-May-03 16:04 
Generalexe-server component's interface related Pin
satishsilla11-May-03 20:53
satishsilla11-May-03 20:53 
GeneralMSHTML & IStream Pin
luda10-May-03 13:13
luda10-May-03 13:13 
GeneralRe: MSHTML & IStream Pin
Stephane Rodriguez.12-May-03 3:43
Stephane Rodriguez.12-May-03 3:43 
GeneralATL components Pin
Ancient Dragon9-May-03 13:00
Ancient Dragon9-May-03 13:00 
GeneralRe: ATL components Pin
valikac15-May-03 7:59
valikac15-May-03 7:59 
GeneralCustom Outlook property sheet (C#) Pin
rkiesler9-May-03 12:45
rkiesler9-May-03 12:45 

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.