Package com.sun.jna.platform.win32
Class Winnetwk.RESOURCETYPE
java.lang.Object
com.sun.jna.platform.win32.Winnetwk.RESOURCETYPE
- 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 dwType
 member of NetResource
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intAll resourcesstatic final intDisk resourcesstatic final intPrint resourcesstatic final intNOTE: Definition for this is not defined in Windows Kits nor on MSDNstatic final intThe WNetEnumResource function can also return the value RESOURCETYPE_UNKNOWN if a resource is neither a disk nor a print resource.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
RESOURCETYPE_ANYpublic static final int RESOURCETYPE_ANYAll resources- See Also:
 
- 
RESOURCETYPE_DISKpublic static final int RESOURCETYPE_DISKDisk resources- See Also:
 
- 
RESOURCETYPE_PRINTpublic static final int RESOURCETYPE_PRINTPrint resources- See Also:
 
- 
RESOURCETYPE_RESERVEDpublic static final int RESOURCETYPE_RESERVEDNOTE: Definition for this is not defined in Windows Kits nor on MSDN- See Also:
 
- 
RESOURCETYPE_UNKNOWNpublic static final int RESOURCETYPE_UNKNOWNThe WNetEnumResource function can also return the value RESOURCETYPE_UNKNOWN if a resource is neither a disk nor a print resource.- See Also:
 
 
- 
- 
Constructor Details- 
RESOURCETYPEpublic RESOURCETYPE()
 
-