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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe object should be displayed as a domain.static final intThe object should be displayed as a file.static final intThe method used to display the object does not matter.static final intThe object should be displayed as a server.static final intThe object should be displayed as a share.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
RESOURCEDISPLAYTYPE_GENERICpublic static final int RESOURCEDISPLAYTYPE_GENERICThe method used to display the object does not matter.- See Also:
 
- 
RESOURCEDISPLAYTYPE_DOMAINpublic static final int RESOURCEDISPLAYTYPE_DOMAINThe object should be displayed as a domain.- See Also:
 
- 
RESOURCEDISPLAYTYPE_SERVERpublic static final int RESOURCEDISPLAYTYPE_SERVERThe object should be displayed as a server.- See Also:
 
- 
RESOURCEDISPLAYTYPE_SHAREpublic static final int RESOURCEDISPLAYTYPE_SHAREThe object should be displayed as a share.- See Also:
 
- 
RESOURCEDISPLAYTYPE_FILEpublic static final int RESOURCEDISPLAYTYPE_FILEThe object should be displayed as a file.- See Also:
 
 
- 
- 
Constructor Details- 
RESOURCEDISPLAYTYPEpublic RESOURCEDISPLAYTYPE()
 
-