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

Class DBT.DEV_BROADCAST_OEM

  • Enclosing interface:
    DBT


    @Structure.FieldOrder(value={"dbco_size","dbco_devicetype","dbco_reserved","dbco_identifier","dbco_suppfunc"})
    public static class DBT.DEV_BROADCAST_OEM
    extends Structure
    The Class DEV_BROADCAST_OEM.
    • Field Detail

      • dbco_size

        public int dbco_size
        The dbco_size.
      • dbco_devicetype

        public int dbco_devicetype
        The dbco_devicetype.
      • dbco_reserved

        public int dbco_reserved
        The dbco_reserved.
      • dbco_identifier

        public int dbco_identifier
        The dbco_identifier.
      • dbco_suppfunc

        public int dbco_suppfunc
        The dbco_suppfunc.
    • Constructor Detail

      • DEV_BROADCAST_OEM

        public DEV_BROADCAST_OEM()
        Instantiates a new dev broadcast oem.
      • DEV_BROADCAST_OEM

        public DEV_BROADCAST_OEM(Pointer memory)
        Instantiates a new dev broadcast oem.
        Parameters:
        memory - the memory
JNA API 5.6.0

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