Package com.sun.jna.platform.win32
Class Winnetwk.RESOURCEDISPLAYTYPE
- java.lang.Object
- 
- com.sun.jna.platform.win32.Winnetwk.RESOURCEDISPLAYTYPE
 
- 
- Enclosing class:
- Winnetwk
 
 public class Winnetwk.RESOURCEDISPLAYTYPE extends java.lang.ObjectThe 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 SummaryFields Modifier and Type Field Description static intRESOURCEDISPLAYTYPE_DOMAINThe object should be displayed as a domain.static intRESOURCEDISPLAYTYPE_FILEThe object should be displayed as a file.static intRESOURCEDISPLAYTYPE_GENERICThe method used to display the object does not matter.static intRESOURCEDISPLAYTYPE_SERVERThe object should be displayed as a server.static intRESOURCEDISPLAYTYPE_SHAREThe object should be displayed as a share.
 - 
Constructor SummaryConstructors Constructor Description RESOURCEDISPLAYTYPE()
 
- 
- 
- 
Field Detail- 
RESOURCEDISPLAYTYPE_GENERICpublic static final int RESOURCEDISPLAYTYPE_GENERIC The method used to display the object does not matter.- See Also:
- Constant Field Values
 
 - 
RESOURCEDISPLAYTYPE_DOMAINpublic static final int RESOURCEDISPLAYTYPE_DOMAIN The object should be displayed as a domain.- See Also:
- Constant Field Values
 
 - 
RESOURCEDISPLAYTYPE_SERVERpublic static final int RESOURCEDISPLAYTYPE_SERVER The object should be displayed as a server.- See Also:
- Constant Field Values
 
 - 
RESOURCEDISPLAYTYPE_SHAREpublic static final int RESOURCEDISPLAYTYPE_SHARE The object should be displayed as a share.- See Also:
- Constant Field Values
 
 - 
RESOURCEDISPLAYTYPE_FILEpublic static final int RESOURCEDISPLAYTYPE_FILE The object should be displayed as a file.- See Also:
- Constant Field Values
 
 
- 
 
-