Click here to Skip to main content
15,886,362 members
Home / Discussions / COM
   

COM

 
QuestionCOM. C++. Interface IDispatch::Invoke Pin
shaman-marakame19-Dec-05 10:19
shaman-marakame19-Dec-05 10:19 
AnswerRe: COM. C++. Interface IDispatch::Invoke Pin
Welf Wiest31-Jan-06 1:37
Welf Wiest31-Jan-06 1:37 
QuestionDisable Word Macro Pin
kim3er18-Dec-05 23:57
kim3er18-Dec-05 23:57 
AnswerRe: Disable Word Macro Pin
Rajesh R Subramanian20-Dec-05 19:24
professionalRajesh R Subramanian20-Dec-05 19:24 
QuestionMonitor disk writes by particular running processes Pin
Anthony Brenelière16-Dec-05 6:38
Anthony Brenelière16-Dec-05 6:38 
AnswerRe: Monitor disk writes by particular running processes Pin
TheGreatAndPowerfulOz16-Dec-05 7:01
TheGreatAndPowerfulOz16-Dec-05 7:01 
GeneralRe: Monitor disk writes by particular running processes Pin
Anthony Brenelière17-Dec-05 2:19
Anthony Brenelière17-Dec-05 2:19 
QuestionProblem with IpublishingWizard Pin
devcdd16-Dec-05 2:54
devcdd16-Dec-05 2:54 
I faced a problem when calling the method Initialize of IpublishingWizard interface.

hr = ::CoCreateInstance(
CLSID_PublishingWizard,
NULL,
CLSCTX_INPROC_SERVER,
IID_IUnknown,
(LPVOID FAR *) &punk);

hr = punk->QueryInterface(
__uuidof(IPublishingWizard),
(void**) &pPubWiz);

if ( FAILED(hr) )
return;

wchar_t pszServiceProvider[128];
_mbstowcsz(pszServiceProvider, "InternetPhotoPrinting", sizeof(pszServiceProvider));

hr = pPubWiz->Initialize(pdo, SHPWHF_NOFILESELECTOR, (LPCWSTR)pszServiceProvider);

if ( FAILED(hr) )
return;

1. Wizard does not appear.
2. Initialize method always returns S_OK independently of parameters value.

AnswerRe: Problem with IpublishingWizard Pin
DeniseMak29-Dec-05 12:25
DeniseMak29-Dec-05 12:25 
GeneralRe: Problem with IpublishingWizard Pin
devcdd2-Jan-06 22:57
devcdd2-Jan-06 22:57 
QuestionImplementing Lua Debugger using COM Pin
Prince0fPersia15-Dec-05 20:44
Prince0fPersia15-Dec-05 20:44 
AnswerRe: Implementing Lua Debugger using COM Pin
Brian C Hart30-Dec-05 23:28
professionalBrian C Hart30-Dec-05 23:28 
Questionword add-in Pin
dogogbird14-Dec-05 21:49
dogogbird14-Dec-05 21:49 
QuestionExtensible Storage Engine Pin
M Tauheed13-Dec-05 21:20
M Tauheed13-Dec-05 21:20 
QuestionHow to restrict client application to create COM object Pin
lvantin13-Dec-05 15:26
lvantin13-Dec-05 15:26 
AnswerRe: How to restrict client application to create COM object Pin
Per Nilsson13-Dec-05 21:44
Per Nilsson13-Dec-05 21:44 
AnswerRe: How to restrict client application to create COM object Pin
User 21559714-Dec-05 9:05
User 21559714-Dec-05 9:05 
QuestionCOM Wrapper for C++ DLL Pin
James Smith13-Dec-05 5:37
James Smith13-Dec-05 5:37 
AnswerRe: COM Wrapper for C++ DLL Pin
lemur211-Jan-06 10:02
lemur211-Jan-06 10:02 
QuestionHow to create COM objects in different processes Pin
Per Nilsson12-Dec-05 22:28
Per Nilsson12-Dec-05 22:28 
QuestionCoCreateInstace Working Differently then createobject Pin
ky_rerun12-Dec-05 6:06
ky_rerun12-Dec-05 6:06 
QuestionATL COM Server throws Exception. Pin
Diana Fernandez12-Dec-05 0:36
Diana Fernandez12-Dec-05 0:36 
AnswerRe: ATL COM Server throws Exception. Pin
Diana Fernandez12-Dec-05 23:29
Diana Fernandez12-Dec-05 23:29 
QuestionWQL Queries for Win32_Directory Events Pin
ragavan11-Dec-05 19:14
ragavan11-Dec-05 19:14 
QuestionDisabling right click on flash OCX Pin
Xeronith10-Dec-05 19:03
Xeronith10-Dec-05 19:03 

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.