SAFER_URLZONE_IDENTIFICATION structure (winsafer.h)
The SAFER_URLZONE_IDENTIFICATION structure represents a URL zone identification rule.
Syntax
typedef struct _SAFER_URLZONE_IDENTIFICATION {
SAFER_IDENTIFICATION_HEADER header;
DWORD UrlZoneId;
DWORD dwSaferFlags;
} SAFER_URLZONE_IDENTIFICATION, *PSAFER_URLZONE_IDENTIFICATION;
Members
header
UrlZoneId
A URLZONE identifier that represents the origin of the code image to be checked. The following table shows the possible values.
dwSaferFlags
Reserved for future use.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winsafer.h |