SPI_GETNONCLIENTMETRICS top-level constant

  1. @Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETNONCLIENTMETRICS instead')
int const SPI_GETNONCLIENTMETRICS

Retrieves the metrics associated with the nonclient area of nonminimized windows. The pvParam parameter must point to a NONCLIENTMETRICS structure that receives the information. Set the cbSize member of this structure and the uiParam parameter to sizeof(NONCLIENTMETRICS).

Implementation

@Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETNONCLIENTMETRICS instead')
const SPI_GETNONCLIENTMETRICS = 0x0029;