Class Winnetwk.RESOURCEDISPLAYTYPE

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

public class Winnetwk.RESOURCEDISPLAYTYPE 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 dwScope member of NetResource
  • Field Details

    • RESOURCEDISPLAYTYPE_GENERIC

      public static final int RESOURCEDISPLAYTYPE_GENERIC
      The method used to display the object does not matter.
      See Also:
    • RESOURCEDISPLAYTYPE_DOMAIN

      public static final int RESOURCEDISPLAYTYPE_DOMAIN
      The object should be displayed as a domain.
      See Also:
    • RESOURCEDISPLAYTYPE_SERVER

      public static final int RESOURCEDISPLAYTYPE_SERVER
      The object should be displayed as a server.
      See Also:
    • RESOURCEDISPLAYTYPE_SHARE

      public static final int RESOURCEDISPLAYTYPE_SHARE
      The object should be displayed as a share.
      See Also:
    • RESOURCEDISPLAYTYPE_FILE

      public static final int RESOURCEDISPLAYTYPE_FILE
      The object should be displayed as a file.
      See Also:
  • Constructor Details

    • RESOURCEDISPLAYTYPE

      public RESOURCEDISPLAYTYPE()