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

Class DBT.DEV_BROADCAST_NET

  • Enclosing interface:
    DBT


    @Structure.FieldOrder(value={"dbcn_size","dbcn_devicetype","dbcn_reserved","dbcn_resource","dbcn_flags"})
    public static class DBT.DEV_BROADCAST_NET
    extends Structure
    The Class DEV_BROADCAST_NET.
    • Field Detail

      • dbcn_size

        public int dbcn_size
        The dbcn_size.
      • dbcn_devicetype

        public int dbcn_devicetype
        The dbcn_devicetype.
      • dbcn_reserved

        public int dbcn_reserved
        The dbcn_reserved.
      • dbcn_resource

        public int dbcn_resource
        The dbcn_resource.
      • dbcn_flags

        public int dbcn_flags
        The dbcn_flags.
    • Constructor Detail

      • DEV_BROADCAST_NET

        public DEV_BROADCAST_NET()
        Instantiates a new dev broadcast net.
      • DEV_BROADCAST_NET

        public DEV_BROADCAST_NET(Pointer memory)
        Instantiates a new dev broadcast net.
        Parameters:
        memory - the memory
JNA API 5.3.1

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