Share via


IDebugDocumentChecksum2.GetChecksumAndAlgorithmId Method

Definition

public:
 int GetChecksumAndAlgorithmId([Runtime::InteropServices::Out] Guid % pRetVal, System::UInt32 cMaxBytes, cli::array <System::Byte> ^ pChecksum, [Runtime::InteropServices::Out] System::UInt32 % pcNumBytes);
public int GetChecksumAndAlgorithmId(out Guid pRetVal, uint cMaxBytes, byte[] pChecksum, out uint pcNumBytes);
abstract member GetChecksumAndAlgorithmId : Guid * uint32 * byte[] * uint32 -> int
Public Function GetChecksumAndAlgorithmId (ByRef pRetVal As Guid, cMaxBytes As UInteger, pChecksum As Byte(), ByRef pcNumBytes As UInteger) As Integer

Parameters

pRetVal
Guid
cMaxBytes
UInt32
pChecksum
Byte[]
pcNumBytes
UInt32

Returns

Applies to