Package com.sun.jna.platform.win32
Klasse Winnetwk.RESOURCETYPE
java.lang.Object
com.sun.jna.platform.win32.Winnetwk.RESOURCETYPE
- Umschließende Klasse:
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
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
RESOURCETYPE_ANY
public static final int RESOURCETYPE_ANYAll resources- Siehe auch:
-
RESOURCETYPE_DISK
public static final int RESOURCETYPE_DISKDisk resources- Siehe auch:
-
RESOURCETYPE_PRINT
public static final int RESOURCETYPE_PRINTPrint resources- Siehe auch:
-
RESOURCETYPE_RESERVED
public static final int RESOURCETYPE_RESERVEDNOTE: Definition for this is not defined in Windows Kits nor on MSDN- Siehe auch:
-
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.- Siehe auch:
-
-
Konstruktordetails
-
RESOURCETYPE
public RESOURCETYPE()
-