CALG_3DES values

From: MAser (lhunyi_at_yahoo.com.sg)
Date: 04/26/03


Date: 25 Apr 2003 18:38:06 -0700

I have read the wincrypt.h but could not about to understand or what
is actual data for CALG_3DES is.

For the CALG_3DES has this coding in wincrypt.h,
CALG_3DES (ALG_CLASS_DATA_ENCRYPT|ALG_TYPE_BLOCK|ALG_SID_3DES)
which ALG_CLASS_DATA_ENCRYPT = (3<<13), ALG_TYPE_BLOCK =(3<<9) and
ALG_SID_3DES = 3

How do I convert above information into hex. values?

Thank you very much