Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NETWORK_OPEN_LOCATION_QUALIFIER enumeration type contains values that identify the kind of location restriction to attach to a file.
Syntax
typedef enum {
NetworkOpenLocationAny,
NetworkOpenLocationRemote,
NetworkOpenLocationLoopback
} NETWORK_OPEN_LOCATION_QUALIFIER;
Constants
NetworkOpenLocationAnyIndicates that the file has no location restrictions. That is, a caller can open the file whether it resides remotely or locally. |
NetworkOpenLocationRemoteIndicates that the file is restricted to only opening remotely. That is, a caller can only open the file if it resides on a different computer from the computer that the caller resides on. |
NetworkOpenLocationLoopbackIndicates that the file is restricted to only opening locally. That is, a caller can only open the file if it resides on the same computer as the caller. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | This enumeration type is available starting with Windows Vista. |
| Header | ntifs.h (include Ntifs.h) |