typedef struct _CM_INTENT_LOCK
{
    unsigned long OwnerCount;
    CM_KCB_UOW **OwnerTable;
} CM_INTENT_LOCK, *PCM_INTENT_LOCK;