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 NETISO_FLAG enumerated type specifies whether binaries should be returned for app containers.
Syntax
typedef enum NETISO_FLAG {
NETISO_FLAG_FORCE_COMPUTE_BINARIES = 0x1,
NETISO_FLAG_MAX = 0x2
} ;
Constants
NETISO_FLAG_FORCE_COMPUTE_BINARIESValue: 0x1 Specifies that all binaries will be computed before the app container is returned. This flag should be set if the caller requires up-to-date and complete information on app container binaries. If this flag is not set, returned data may be stale or incomplete. |
NETISO_FLAG_MAXValue: 0x2 Maximum value for testing purposes. |
Remarks
By default, binaries are not returned. NETISO_FLAG_FORCE_COMPUTE_BINARIES must be set in order for these to be returned.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | netfw.h (include Netfw.h) |