Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO

Declaration

Source position: jwawincrypt.pas line 5968

type _CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO = record

  cbSize: DWORD;

  KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER;

  pvKeyEncryptionAuxInfo: Pointer;

  hCryptProv: HCRYPTPROV;

  dwKeyChoice: DWORD;

  Union: record

    case Integer of

      0: (

          hKeyEncryptionKey: HCRYPTKEY;

        );

      1: (

          pvKeyEncryptionKey: Pointer;

        );

  end;

  KeyId: CRYPT_DATA_BLOB;

  Date: FILETIME;

  pOtherAttr: PCRYPT_ATTRIBUTE_TYPE_VALUE;

end;


Documentation generated on: 2023-03-18