PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming GPF in EXSEC32.DLL

Reply

GPF in EXSEC32.DLL

 
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average.
Old 07-07-2003, 11:51 AM   #1
Alan
Guest
 
Posts: n/a
Default GPF in EXSEC32.DLL


I've just installed the latest Office 2003 Update from the
web and noticed that my application now crashes in
EXSEC32.DLL.

The following MAPI call to retrieve all properties causes
the crash

HRESULT hResult = pMess->GetProps (NULL ,
fMapiUnicode,
&ulPropCount,
&pspvMsgProps);

EXSEC32.DLL version 11.0.4920.7 does not crash
EXSEC32.DLL version 11.0.5329.6 crashes

Alan.

  Reply With Quote
Old 08-07-2003, 05:30 PM   #2
Dmitry Streblechenko
Guest
 
Posts: n/a
Default Re: GPF in EXSEC32.DLL

Calls like that are known to cause problems. Call IMessage::GetPropList(),
then use the returned PSPropTagArray to call IMessage::GetProps()

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"Alan" <apvi85@dsl.pipex.com> wrote in message
news:08d001c3447e$10afca70$a101280a@phx.gbl...
> I've just installed the latest Office 2003 Update from the
> web and noticed that my application now crashes in
> EXSEC32.DLL.
>
> The following MAPI call to retrieve all properties causes
> the crash
>
> HRESULT hResult = pMess->GetProps (NULL ,
> fMapiUnicode,
> &ulPropCount,
> &pspvMsgProps);
>
> EXSEC32.DLL version 11.0.4920.7 does not crash
> EXSEC32.DLL version 11.0.5329.6 crashes
>
> Alan.
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off