typedef struct _CM_KEY_SECURITY_CACHE
{
    unsigned long Cell;
    unsigned long ConvKey;
    LIST_ENTRY List;
    unsigned long DescriptorLength;
    unsigned long RealRefCount;
    SECURITY_DESCRIPTOR_RELATIVE Descriptor;
} CM_KEY_SECURITY_CACHE, *PCM_KEY_SECURITY_CACHE;