Can CcCopyRead raise an exception ?

Hi,
I catch an exception in my fsd when:

  1. CcCopyRead is called;
  2. Two subsequent paging reads is completed with error (for example,
    STATUS_NO_MEDIA);
    In this situation CcCopyRead doesn’t return error status, it raise it…
    Is it normal ?

Hi,
I catch an exception in my fsd when:

  1. CcCopyRead is called;
  2. Two subsequent paging reads are completed with error (for example,
    STATUS_NO_MEDIA);
    In this situation CcCopyRead doesn’t return error status, it raise it…
    Is it normal ?

Yes, this is normal.

-----Original Message-----
From: Max Woo [mailto:xxxxx@hotmail.com]
Sent: Tuesday, April 02, 2002 03:10 PM
To: File Systems Developers
Subject: [ntfsd] Can CcCopyRead raise an exception ?

Hi,
I catch an exception in my fsd when:

  1. CcCopyRead is called;
  2. Two subsequent paging reads is completed with error (for example,
    STATUS_NO_MEDIA);
    In this situation CcCopyRead doesn’t return error status, it raise it…
    Is it normal ?

You are currently subscribed to ntfsd as: xxxxx@Windows.Microsoft.com
To unsubscribe send a blank email to %%email.unsub%%

> I catch an exception in my fsd when:

  1. CcCopyRead is called;
  2. Two subsequent paging reads are completed with error (for example,
    STATUS_NO_MEDIA);
    In this situation CcCopyRead doesn’t return error status, it raise it…
    Is it normal ?

Yes. CcCopyRead raises on failure.

Max