Click here to Skip to main content
15,890,438 members
Home / Discussions / COM
   

COM

 
GeneralGetting an ActiveX control to install (newbie question) Pin
Judah Gabriel Himango15-May-07 18:24
sponsorJudah Gabriel Himango15-May-07 18:24 
QuestionHow to properly initialise a COM/ActiveX component in C#? Pin
orinoco7715-May-07 6:12
orinoco7715-May-07 6:12 
QuestionNeed help to understand STA and MTA in COM Pin
Nandu_77b15-May-07 1:53
Nandu_77b15-May-07 1:53 
AnswerRe: Need help to understand STA and MTA in COM Pin
User 21559715-May-07 2:14
User 21559715-May-07 2:14 
QuestionWhat is proxy/strub in COM Pin
Nandu_77b15-May-07 1:46
Nandu_77b15-May-07 1:46 
AnswerRe: What is proxy/strub in COM [modified] Pin
User 21559715-May-07 2:18
User 21559715-May-07 2:18 
Questionregarding adding a filter Pin
Raja Bose C Leo14-May-07 3:04
Raja Bose C Leo14-May-07 3:04 
QuestionProblem: GetRecordInfoFromGuids Pin
viral_umang@hotmail.com14-May-07 1:55
viral_umang@hotmail.com14-May-07 1:55 
Hi all!
I'am creating COM Server for structure Student i am having problem in
the following code.
IRecordInfo *pUdtRecordInfo = NULL;<br />
    HRESULT hr = ::GetRecordInfoFromGuids( LIBID_STUDENTLib,  <br />
                                           1, 0, <br />
                                           0,<br />
                                           Student_IID,/*defined as const IID having same value as LIBID_STUDENTLib*/<br />
                                           &pUdtRecordInfo );<br />
    if( FAILED( hr ) ) {<br />
        HRESULT hr2 = Error( _T("Can not create RecordInfo interface for UDTVariable") );<br />
        //return( hr2 );<br />
        return( hr );<br />
    }

the problem is that GetRecordInfoFromGuids return Error what could be the
source of problem for the failure of this API.

thanks in advance.

Viral Joshi.
AnswerRe: Problem: GetRecordInfoFromGuids Pin
viral_umang@hotmail.com14-May-07 19:18
viral_umang@hotmail.com14-May-07 19:18 
QuestionInvalid Procedure call or argument in VB Client ? Pin
viral_umang@hotmail.com12-May-07 1:50
viral_umang@hotmail.com12-May-07 1:50 
AnswerRe: Invalid Procedure call or argument in VB Client ? Pin
Lim Bio Liong13-May-07 19:45
Lim Bio Liong13-May-07 19:45 
GeneralRe: Invalid Procedure call or argument in VB Client ? Pin
viral_umang@hotmail.com14-May-07 1:02
viral_umang@hotmail.com14-May-07 1:02 
GeneralRe: Invalid Procedure call or argument in VB Client ? Pin
Lim Bio Liong14-May-07 2:21
Lim Bio Liong14-May-07 2:21 
QuestionQuery Interface from Another Interface of Same Com Server Pin
georgekjolly11-May-07 4:47
georgekjolly11-May-07 4:47 
AnswerRe: Query Interface from Another Interface of Same Com Server Pin
Roger Stoltz11-May-07 5:08
Roger Stoltz11-May-07 5:08 
GeneralRe: Query Interface from Another Interface of Same Com Server Pin
georgekjolly11-May-07 5:21
georgekjolly11-May-07 5:21 
GeneralRe: Query Interface from Another Interface of Same Com Server Pin
Roger Stoltz11-May-07 9:37
Roger Stoltz11-May-07 9:37 
GeneralRe: Query Interface from Another Interface of Same Com Server Pin
georgekjolly11-May-07 18:35
georgekjolly11-May-07 18:35 
QuestionWindows services Pin
tantoun11-May-07 4:17
tantoun11-May-07 4:17 
Questionhow to show select file and directory dialog in c&api program Pin
zhongwenjia11-May-07 3:57
zhongwenjia11-May-07 3:57 
QuestionDOS/16M: [2] not a DOS/16M executable Pin
TooLeeDiN10-May-07 22:11
TooLeeDiN10-May-07 22:11 
AnswerWrong forum? Pin
CPallini11-May-07 0:49
mveCPallini11-May-07 0:49 
QuestionHow to pass an array to a COM method accept a VARIANT * Pin
songll10-May-07 8:27
songll10-May-07 8:27 
AnswerRe: How to pass an array to a COM method accept a VARIANT * Pin
prasad_som11-May-07 4:11
prasad_som11-May-07 4:11 
QuestionHuman Readable HRESULTs Pin
Phil Harding10-May-07 0:53
Phil Harding10-May-07 0:53 

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.