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.

Value Meaning
URLZONE_LOCAL_MACHINE
The local machine.
URLZONE_INTRANET
The current intranet.
URLZONE_TRUSTED
A trusted URL zone.
URLZONE_INTERNET
The Internet.
URLZONE_UNTRUSTED
An untrusted URL zone.

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