+------------------------------------------------------------------------- Perform a special "control" function after the final CryptMsgUpdate of a encoded/decoded cryptographic message. The dwCtrlType parameter specifies the type of operation to be performed. The pvCtrlPara definition depends on the dwCtrlType value. See below for a list of the control operations and their pvCtrlPara type definition. --------------------------------------------------------------------------
function CryptMsgControl(hCryptMsg :HCRYPTMSG; dwFlags :DWORD; dwCtrlType :DWORD; pvCtrlPara :PVOID):BOOL ; stdcall;
CryptMsgControl tCryptography.CheckSig┘ tCryptography.Certsigndata┘ tCryptography.SignData┘
Name | Declaration | Comments |
---|---|---|
![]() |
function CheckSig(pBlob: pointer; Blobsize: DWORD): boolean; | - |