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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
All resourcesstatic final int
Disk resourcesstatic final int
Print resourcesstatic final int
NOTE: Definition for this is not defined in Windows Kits nor on MSDNstatic final int
The WNetEnumResource function can also return the value RESOURCETYPE_UNKNOWN if a resource is neither a disk nor a print resource. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RESOURCETYPE_ANY
public static final int RESOURCETYPE_ANYAll resources- See Also:
-
RESOURCETYPE_DISK
public static final int RESOURCETYPE_DISKDisk resources- See Also:
-
RESOURCETYPE_PRINT
public static final int RESOURCETYPE_PRINTPrint resources- See Also:
-
RESOURCETYPE_RESERVED
public static final int RESOURCETYPE_RESERVEDNOTE: Definition for this is not defined in Windows Kits nor on MSDN- See Also:
-
RESOURCETYPE_UNKNOWN
public 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
-
RESOURCETYPE
public RESOURCETYPE()
-