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

Class Winnetwk.RESOURCEUSAGE

  • Enclosing class:
    Winnetwk


    public class Winnetwk.RESOURCEUSAGE
    extends java.lang.Object
    A set of bit flags describing how the resource can be used. Note that this member can be specified only if the dwScope member is equal to RESOURCE_GLOBALNET. This member can be one of the following values defined in the Winnetwk.h header file. NOTE: This are for the dwUsage member of NetResource
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int RESOURCEUSAGE_ALL
      Setting this value is equivalent to setting RESOURCEUSAGE_CONNECTABLE, RESOURCEUSAGE_CONTAINER, and RESOURCEUSAGE_ATTACHED.
      static int RESOURCEUSAGE_ATTACHED
      The resource must be attached.
      static int RESOURCEUSAGE_CONNECTABLE
      The resource is a connectable resource; the name pointed to by the lpRemoteName member can be passed to the WNetAddConnection function to make a network connection.
      static int RESOURCEUSAGE_CONTAINER
      The resource is a container resource; the name pointed to by the lpRemoteName member can be passed to the WNetOpenEnum function to enumerate the resources in the container.
      static int RESOURCEUSAGE_NOLOCALDEVICE
      The resource is not a local device.
      static int RESOURCEUSAGE_SIBLING
      The resource is a sibling.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RESOURCEUSAGE() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RESOURCEUSAGE_CONNECTABLE

        public static final int RESOURCEUSAGE_CONNECTABLE
        The resource is a connectable resource; the name pointed to by the lpRemoteName member can be passed to the WNetAddConnection function to make a network connection.
        See Also:
        Constant Field Values
      • RESOURCEUSAGE_CONTAINER

        public static final int RESOURCEUSAGE_CONTAINER
        The resource is a container resource; the name pointed to by the lpRemoteName member can be passed to the WNetOpenEnum function to enumerate the resources in the container.
        See Also:
        Constant Field Values
      • RESOURCEUSAGE_NOLOCALDEVICE

        public static final int RESOURCEUSAGE_NOLOCALDEVICE
        The resource is not a local device.
        See Also:
        Constant Field Values
      • RESOURCEUSAGE_SIBLING

        public static final int RESOURCEUSAGE_SIBLING
        The resource is a sibling. This value is not used by Windows.
        See Also:
        Constant Field Values
      • RESOURCEUSAGE_ATTACHED

        public static final int RESOURCEUSAGE_ATTACHED
        The resource must be attached. This value specifies that a function to enumerate resource this should fail if the caller is not authenticated, even if the network permits enumeration without authentication.
        See Also:
        Constant Field Values
      • RESOURCEUSAGE_ALL

        public static final int RESOURCEUSAGE_ALL
        Setting this value is equivalent to setting RESOURCEUSAGE_CONNECTABLE, RESOURCEUSAGE_CONTAINER, and RESOURCEUSAGE_ATTACHED.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RESOURCEUSAGE

        public RESOURCEUSAGE()
JNA API 4.5.2

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