Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the checksum is enabled for this document.
HRESULT IsChecksumEnabled(
BOOL *pfChecksumEnabled
);
public int IsChecksumEnabled(
out int pfChecksumEnabled
);
Parameters
- pfChecksumEnabled
[out] Returns TRUE if the checksum is enabled; otherwise, returns FALSE.
Return Value
If successful, returns S_OK; otherwise, returns an error code.