IDebugBreakpointChecksumRequest2::IsChecksumEnabled
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.