logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DPMSInfo - returns information about the current DPMS state

Arguments

display
              Specifies the connection to the X server

       power_level
              Specifies the current power level

       state  Specifies the current DPMS state

Description

       The  DPMSInfo  function  returns  information about the current Display Power Management Signaling (DPMS)
       state. The state return parameter indicates whether or not DPMS is enabled (TRUE)  or  disabled  (FALSE).
       The  power_level  return parameter indicates the current power level (one of DPMSModeOn, DPMSModeStandby,
       DPMSModeSuspend, or DPMSModeOff.)

Name

       DPMSInfo - returns information about the current DPMS state

Return Values

       TRUE           The DPMSInfo function returns TRUE, if values are returned.

       FALSE          The DPMSInfo function returns FALSE, if no values are returned.

See Also

DPMSEnable(3)

X Version 11                                      libXext 1.3.4                                      DPMSInfo(3)

Synopsis

cc [ flag ... ] file ... -lXext [ library ... ]
       #include <X11/extensions/dpms.h>

       StatusDPMSInfo
              (
                    Display *display,
                    CARD16 *power_level,
                    BOOL *state
              );

See Also