Click here to Skip to main content
16,006,709 members
Home / Discussions / COM
   

COM

 
AnswerRe: Question??? Pin
User 21559719-Mar-06 18:01
User 21559719-Mar-06 18:01 
Questiontool that closely resembles the working of DbgView Pin
abhiramsss15-Mar-06 16:49
abhiramsss15-Mar-06 16:49 
QuestionCHTMLView shutdown problem Pin
starcarrier15-Mar-06 8:25
starcarrier15-Mar-06 8:25 
QuestionHELP ME --> E_FAIL 0x80004005 Pin
dharani14-Mar-06 20:51
dharani14-Mar-06 20:51 
AnswerRe: HELP ME --> E_FAIL 0x80004005 Pin
Stephen Hewitt15-Mar-06 16:55
Stephen Hewitt15-Mar-06 16:55 
GeneralRe: HELP ME --> E_FAIL 0x80004005 Pin
dharani15-Mar-06 17:28
dharani15-Mar-06 17:28 
GeneralRe: HELP ME --> E_FAIL 0x80004005 Pin
Stephen Hewitt15-Mar-06 17:32
Stephen Hewitt15-Mar-06 17:32 
GeneralRe: HELP ME --> E_FAIL 0x80004005 Pin
dharani15-Mar-06 17:46
dharani15-Mar-06 17:46 
Steve
I am pastig the relevant lines from related files ...


from file filetransfer.tlh
***************************

// x:\pm5\db_serve\release\FileTransfer.tlh
// C++ source equivalent of Win32 type library ..\dlls\FileTransfer\FileTransfer.tlb
// compiler-generated file created 03/08/06 at 12:55:05 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

struct __declspec(uuid("afb6da80-53ad-11d3-9771-00600835af91"))
/* dual interface */ IFileTransfer;


_COM_SMARTPTR_TYPEDEF(IFileTransfer, __uuidof(IFileTransfer));


struct __declspec(uuid("afb6da80-53ad-11d3-9771-00600835af91"))
IFileTransfer : IDispatch
{

// Raw methods provided by interface
virtual HRESULT __stdcall raw_ReceiveFile (
BSTR bstrFileName,
BSTR bstrRemoteDirName ) = 0;
};


from file filetranfer.tli
**************************
// Wrapper implementations for Win32 type library ..\dlls\FileTransfer\FileTransfer.tlb
// compiler-generated file created 12/21/05 at 13:41:49 - DO NOT EDIT!

#pragma once
// dispinterface _IFileTransferEvents wrapper method implementations

inline HRESULT IFileTransfer::SendFile ( _bstr_t bstrFileName, _bstr_t bstrRemoteDirName ) {
HRESULT _hr = raw_SendFile(bstrFileName, bstrRemoteDirName);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}

redindian
GeneralRe: HELP ME --> E_FAIL 0x80004005 Pin
dharani15-Mar-06 17:47
dharani15-Mar-06 17:47 
GeneralRe: HELP ME --> E_FAIL 0x80004005 Pin
dharani15-Mar-06 17:48
dharani15-Mar-06 17:48 
QuestionC# COM consuming Web services Pin
KBTibbs14-Mar-06 13:04
KBTibbs14-Mar-06 13:04 
QuestionDisplay video in iexplore Pin
J512198214-Mar-06 2:19
J512198214-Mar-06 2:19 
AnswerRe: Display video in iexplore Pin
Yomok14-Mar-06 8:45
Yomok14-Mar-06 8:45 
AnswerRe: Display video in iexplore Pin
khan++15-Mar-06 22:39
khan++15-Mar-06 22:39 
GeneralRe: Display video in iexplore Pin
J512198216-Mar-06 18:09
J512198216-Mar-06 18:09 
QuestionIDispatch: Can I add a parameter i.e BSTR to GetIDsofNames and Invoke Methods Pin
Babar Iftikhar Malik13-Mar-06 22:24
Babar Iftikhar Malik13-Mar-06 22:24 
AnswerRe: IDispatch: Can I add a parameter i.e BSTR to GetIDsofNames and Invoke Methods Pin
User 21559714-Mar-06 0:35
User 21559714-Mar-06 0:35 
QuestionFTP put file doesn't work with Mainframe Pin
Rahman Mahmoodi13-Mar-06 21:09
Rahman Mahmoodi13-Mar-06 21:09 
QuestionCOM Event Handling for IWebBrowser and HTML-Documents in a frameset Pin
Yomok13-Mar-06 21:05
Yomok13-Mar-06 21:05 
QuestionHelp needed: error LNK2001: unresolved external symbol _CLSID_WMRMKeys Pin
yongwpi13-Mar-06 6:36
yongwpi13-Mar-06 6:36 
AnswerRe: Help needed: error LNK2001: unresolved external symbol _CLSID_WMRMKeys Pin
Ray Kinsella13-Mar-06 22:43
Ray Kinsella13-Mar-06 22:43 
QuestionHow to Add t Pin
expertshatru12-Mar-06 1:32
expertshatru12-Mar-06 1:32 
AnswerRe: How to Add t Pin
khan++15-Mar-06 22:56
khan++15-Mar-06 22:56 
QuestionAdd icon to contact card view in Outlook Pin
docer10-Mar-06 23:11
docer10-Mar-06 23:11 
Questionsaving drawings Pin
_tasleem10-Mar-06 23:06
_tasleem10-Mar-06 23:06 

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.