RtlIsEcCode function (winnt.h)
Returns a value indicating if the code pointed to by the supplied pointer is ARM emulation-compatible (ARM64EC).
Syntax
NTSYSAPI BOOLEAN RtlIsEcCode(
DWORD64 CodePointer
);
Parameters
CodePointer
A ULONG64 representing a pointer to the code being to be queried.
Return value
TRUE if the code is ARM emulation compatible; otherwise, FALSE.
Requirements
Requirement | Value |
---|---|
Header | winnt.h |
DLL | api-ms-win-core-rtlsupport-l1-2-2.dll |