GetReadAfterWriteVerifyStatus

Returns global Read-After-Write (RAW) verify status.

Thread Context:Non-Blocking

Syntax

    LONG GetReadAfterWriteVerifyStatus (void);
    
    

Return Values

The following table lists return values and descriptions.

0

RAW verification is off.

1

RAW verification is on.

Remarks

GetReadAfterWriteVerifyStatus is used to determine the current RAW verification status (on or off). This is an information call only. The driver cannot change the RAW status.