public class Winnetwk.RESOURCEUSAGE extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
RESOURCEUSAGE_ALL |
Setting this value is equivalent to setting
RESOURCEUSAGE_CONNECTABLE, RESOURCEUSAGE_CONTAINER, and
RESOURCEUSAGE_ATTACHED.
|
static int |
RESOURCEUSAGE_ATTACHED |
The resource must be attached.
|
static int |
RESOURCEUSAGE_CONNECTABLE |
The resource is a connectable resource; the name pointed to by the
lpRemoteName member can be passed to the WNetAddConnection function
to make a network connection.
|
static int |
RESOURCEUSAGE_CONTAINER |
The resource is a container resource; the name pointed to by the
lpRemoteName member can be passed to the WNetOpenEnum function to
enumerate the resources in the container.
|
static int |
RESOURCEUSAGE_NOLOCALDEVICE |
The resource is not a local device.
|
static int |
RESOURCEUSAGE_SIBLING |
The resource is a sibling.
|
Constructor | Description |
---|---|
RESOURCEUSAGE() |
public static final int RESOURCEUSAGE_CONNECTABLE
public static final int RESOURCEUSAGE_CONTAINER
public static final int RESOURCEUSAGE_NOLOCALDEVICE
public static final int RESOURCEUSAGE_SIBLING
public static final int RESOURCEUSAGE_ATTACHED
public static final int RESOURCEUSAGE_ALL