Class Winnetwk.RESOURCETYPE

java.lang.Object
com.sun.jna.platform.win32.Winnetwk.RESOURCETYPE
Enclosing class:
Winnetwk

public class Winnetwk.RESOURCETYPE extends Object
The type of resource. This member can be one of the following values defined in the Winnetwk.h header file. NOTE: This are for the dwType member of NetResource
  • Field Details

    • RESOURCETYPE_ANY

      public static final int RESOURCETYPE_ANY
      All resources
      See Also:
    • RESOURCETYPE_DISK

      public static final int RESOURCETYPE_DISK
      Disk resources
      See Also:
    • RESOURCETYPE_PRINT

      public static final int RESOURCETYPE_PRINT
      Print resources
      See Also:
    • RESOURCETYPE_RESERVED

      public static final int RESOURCETYPE_RESERVED
      NOTE: Definition for this is not defined in Windows Kits nor on MSDN
      See Also:
    • RESOURCETYPE_UNKNOWN

      public static final int RESOURCETYPE_UNKNOWN
      The WNetEnumResource function can also return the value RESOURCETYPE_UNKNOWN if a resource is neither a disk nor a print resource.
      See Also:
  • Constructor Details

    • RESOURCETYPE

      public RESOURCETYPE()