NETISO_FLAG enumeration (netfw.h)
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_BINARIES Value: 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_MAX Value: 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) |