typedef struct _CM_KEY_BODY { unsigned long Type; CM_KEY_CONTROL_BLOCK *KeyControlBlock; CM_NOTIFY_BLOCK *NotifyBlock; void *ProcessID; LIST_ENTRY KeyBodyList; unsigned long Flags : 16; unsigned long HandleTags : 16; void *KtmTrans; GUID *KtmUow; LIST_ENTRY ContextListHead; } CM_KEY_BODY, *PCM_KEY_BODY;