Skip navigation links
JNA API 5.6.0
com.sun.jna.platform.win32

Class WinNT.POWER_ACTION_POLICY

  • Enclosing interface:
    WinNT


    @Structure.FieldOrder(value={"Action","Flags","EventCode"})
    public static class WinNT.POWER_ACTION_POLICY
    extends Structure
    Contains information used to set the system power state.
    • Field Detail

      • Action

        public int Action
      • Flags

        public int Flags
      • EventCode

        public int EventCode
    • Constructor Detail

      • POWER_ACTION_POLICY

        public POWER_ACTION_POLICY()
JNA API 5.6.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.