The DHPUBKEY structure contains information specific to the particular Diffie-Hellman public key contained in the key blob.
typdef struct _PUBKEY {
DWORD magic;
DWORD bitlen;
} DHPUBKEY;
Notice that the hex values are just an ASCII encoding of "DH1" and "DH2."