Wrong specification on Microsoft Office Outlook 2003 Integration API Reference

S

senthurs

Hi,

The above API (
http://msdn.microsoft.com/library/d...pi/html/oliaIOlkAccountManager_HV01155206.asp
) has an interface specification... for the following method
(http://msdn.microsoft.com/library/d...liaIOlkAccountManager-SetOrder_HV01155212.asp)
like,

HRESULT IOlkAccountManager::SetOrder (
const CLSID *pclsidCategory,
DWORD *pcAccts,
DWORD *prgAccts[]
);


But it is not working accordingly... with Office Outlook 2003 with SP2
as they requested....

It must be,

HRESULT IOlkAccountManager::SetOrder (
const CLSID *pclsidCategory,
DWORD pcAccts,
DWORD prgAccts[]
);

Microsoft has published this reference first in December 2004 and next
in April 2005. But the mistake is still there. Hope they will correct
in the next release.

-Senthuran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top