Package com.sun.jna.platform.win32
Class Winnetwk.RESOURCESCOPE
java.lang.Object
com.sun.jna.platform.win32.Winnetwk.RESOURCESCOPE
- Enclosing class:
- Winnetwk
The scope of the enumeration. 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. NOTE: Certain functions allow different
 values of the scope parameter. Consult MSDN for more info.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intEnumerate currently connected resources.static final intEnumerate only resources in the network context of the caller.static final intEnumerate all resources on the network.static final intNOTE: Definition for this is not defined in Windows Kits nor on MSDNstatic final intEnumerate remembered (persistent) connections.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
RESOURCE_CONNECTEDpublic static final int RESOURCE_CONNECTEDEnumerate currently connected resources. The dwUsage member cannot be specified.- See Also:
 
- 
RESOURCE_GLOBALNETpublic static final int RESOURCE_GLOBALNETEnumerate all resources on the network. The dwUsage member is specified.- See Also:
 
- 
RESOURCE_REMEMBEREDpublic static final int RESOURCE_REMEMBEREDEnumerate remembered (persistent) connections. The dwUsage member cannot be specified.- See Also:
 
- 
RESOURCE_RECENTpublic static final int RESOURCE_RECENTNOTE: Definition for this is not defined in Windows Kits nor on MSDN- See Also:
 
- 
RESOURCE_CONTEXTpublic static final int RESOURCE_CONTEXTEnumerate only resources in the network context of the caller. Specify this value for a Network Neighborhood view. The function ignores the dwUsage parameter.- See Also:
 
 
- 
- 
Constructor Details- 
RESOURCESCOPEpublic RESOURCESCOPE()
 
-