Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

EFOpenError

18 views
Skip to first unread message

Bryan Lawson

unread,
Apr 16, 2002, 11:38:49 AM4/16/02
to
Hi all,

is it possible to retrieve an error number and meaning when an
EFOpenError is raised?

Or is there just one generic error with no cause information?

TIA,

Bryan

Peter Below (TeamB)

unread,
Apr 16, 2002, 2:39:19 PM4/16/02
to
In article <3CBC4589...@optushome.com.au>, Bryan Lawson wrote:
> is it possible to retrieve an error number and meaning when an
> EFOpenError is raised?

You can use the API function GetLastError to get an error number and
SysErrorMessage( GetLastError ) to get an error message for it.


--
Peter Below (TeamB)
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be


Bryan Lawson

unread,
Apr 17, 2002, 2:39:42 AM4/17/02
to
"Peter Below (TeamB)" wrote:
>
> In article <3CBC4589...@optushome.com.au>, Bryan Lawson wrote:
> > is it possible to retrieve an error number and meaning when an
> > EFOpenError is raised?
>
> You can use the API function GetLastError to get an error number and
> SysErrorMessage( GetLastError ) to get an error message for it.

Thankyou Peter

0 new messages