Package com.sun.jna.platform.win32
Class Winnetwk.RESOURCETYPE
- java.lang.Object
- 
- com.sun.jna.platform.win32.Winnetwk.RESOURCETYPE
 
- 
- Enclosing class:
- Winnetwk
 
 public class Winnetwk.RESOURCETYPE 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 dwType member of NetResource
- 
- 
Field SummaryFields Modifier and Type Field Description static intRESOURCETYPE_ANYAll resourcesstatic intRESOURCETYPE_DISKDisk resourcesstatic intRESOURCETYPE_PRINTPrint resourcesstatic intRESOURCETYPE_RESERVEDNOTE: Definition for this is not defined in Windows Kits nor on MSDNstatic intRESOURCETYPE_UNKNOWNThe WNetEnumResource function can also return the value RESOURCETYPE_UNKNOWN if a resource is neither a disk nor a print resource.
 - 
Constructor SummaryConstructors Constructor Description RESOURCETYPE()
 
- 
- 
- 
Field Detail- 
RESOURCETYPE_ANYpublic static final int RESOURCETYPE_ANY All resources- See Also:
- Constant Field Values
 
 - 
RESOURCETYPE_DISKpublic static final int RESOURCETYPE_DISK Disk resources- See Also:
- Constant Field Values
 
 - 
RESOURCETYPE_PRINTpublic static final int RESOURCETYPE_PRINT Print resources- See Also:
- Constant Field Values
 
 - 
RESOURCETYPE_RESERVEDpublic static final int RESOURCETYPE_RESERVED NOTE: Definition for this is not defined in Windows Kits nor on MSDN- See Also:
- Constant Field Values
 
 - 
RESOURCETYPE_UNKNOWNpublic static final int RESOURCETYPE_UNKNOWN The WNetEnumResource function can also return the value RESOURCETYPE_UNKNOWN if a resource is neither a disk nor a print resource.- See Also:
- Constant Field Values
 
 
- 
 
-