Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents information about call targets for Control Flow Guard (CFG).
Syntax
typedef struct _CFG_CALL_TARGET_INFO {
ULONG_PTR Offset;
ULONG_PTR Flags;
} CFG_CALL_TARGET_INFO, *PCFG_CALL_TARGET_INFO;
Members
-
Offset
-
Offset relative to a provided (start) virtual address. This offset should be 16 byte aligned.
-
Flags
-
Flags describing the operation to be performed on the address. If CFG_CALL_TARGET_VALID is set, then the address will be marked valid for CFG. Otherwise, it will be marked an invalid call target.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 10 [desktop apps only] |
| Minimum supported server |
Windows Server 2016 [desktop apps only] |
| Header |
|