1
44
168
323
219
DWORD DisableDisplayPowerXP(bool bDisable) { DWORD dwRet = 0; static const UINT nId = 100; static UINT nOriginalValue = 0; static BOOL bModify = FALSE; if ...