typedef struct _HMAP_DIRECTORY
{
    HMAP_TABLE *Directory[1024];
} HMAP_DIRECTORY, *PHMAP_DIRECTORY;