GetFileInformationByHandle() on a Root Directory

Hey, does anyone know what GetFileInformationByHandle() returns in the
FileSize field when called with a root directory handle? It returns smth
like 0x00001000 or 0x00002000 in the low dword of the field but what does
it mean??

Thanx

> Hey, does anyone know what GetFileInformationByHandle() returns in the

FileSize field when called with a root directory handle? It returns smth
like 0x00001000 or 0x00002000 in the low dword of the field but what

Maybe this is a real on-disk directory size? One or two pages - looks
suitable.

Max