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
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