Package com.sun.jna.platform.win32
Class Winnetwk.RESOURCEDISPLAYTYPE
java.lang.Object
com.sun.jna.platform.win32.Winnetwk.RESOURCEDISPLAYTYPE
- Enclosing class:
Winnetwk
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The object should be displayed as a domain.static final int
The object should be displayed as a file.static final int
The method used to display the object does not matter.static final int
The object should be displayed as a server.static final int
The object should be displayed as a share. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RESOURCEDISPLAYTYPE_GENERIC
public static final int RESOURCEDISPLAYTYPE_GENERICThe method used to display the object does not matter.- See Also:
-
RESOURCEDISPLAYTYPE_DOMAIN
public static final int RESOURCEDISPLAYTYPE_DOMAINThe object should be displayed as a domain.- See Also:
-
RESOURCEDISPLAYTYPE_SERVER
public static final int RESOURCEDISPLAYTYPE_SERVERThe object should be displayed as a server.- See Also:
-
RESOURCEDISPLAYTYPE_SHARE
public static final int RESOURCEDISPLAYTYPE_SHAREThe object should be displayed as a share.- See Also:
-
RESOURCEDISPLAYTYPE_FILE
public static final int RESOURCEDISPLAYTYPE_FILEThe object should be displayed as a file.- See Also:
-
-
Constructor Details
-
RESOURCEDISPLAYTYPE
public RESOURCEDISPLAYTYPE()
-