IDebugDocumentChecksum2.GetChecksumAndAlgorithmId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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