The GetSystemDirectory function retrieves the path of the Windows system directory. The system directory contains such files as Windows libraries, drivers, and font files. <br><br>UINT GetSystemDirectory(<br><br> LPTSTR lpBuffer, // address of buffer for system directory <br> UINT uSize // size of directory buffer <br>