Gets the size of a desktop workspace

Gets the size of a desktop workspace

 

    RECT rcMax;
    SystemParametersInfo(SPI_GETWORKAREA, NULL, (PVOID)&rcMax, 0);
Published 84 original articles · won praise 15 · Views 140,000 +

Guess you like

Origin blog.csdn.net/TDGX2004/article/details/7097266