Package com.sun.jna.platform.win32
Klasse Winnetwk.RESOURCEDISPLAYTYPE
java.lang.Object
com.sun.jna.platform.win32.Winnetwk.RESOURCEDISPLAYTYPE
- Umschließende Klasse:
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
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
RESOURCEDISPLAYTYPE_GENERIC
public static final int RESOURCEDISPLAYTYPE_GENERICThe method used to display the object does not matter.- Siehe auch:
-
RESOURCEDISPLAYTYPE_DOMAIN
public static final int RESOURCEDISPLAYTYPE_DOMAINThe object should be displayed as a domain.- Siehe auch:
-
RESOURCEDISPLAYTYPE_SERVER
public static final int RESOURCEDISPLAYTYPE_SERVERThe object should be displayed as a server.- Siehe auch:
-
RESOURCEDISPLAYTYPE_SHARE
public static final int RESOURCEDISPLAYTYPE_SHAREThe object should be displayed as a share.- Siehe auch:
-
RESOURCEDISPLAYTYPE_FILE
public static final int RESOURCEDISPLAYTYPE_FILEThe object should be displayed as a file.- Siehe auch:
-
-
Konstruktordetails
-
RESOURCEDISPLAYTYPE
public RESOURCEDISPLAYTYPE()
-