Share via


JsDebugReadMemoryFlags Enumeration

Flags to specify behavior when reading memory.

Syntax

enum JsDebugReadMemoryFlags{   None = 0,   JsDebugAllowPartialRead= 0x1} JsDebugReadMemoryFlags;  

Members

Values

Name Description
JsDebugAllowPartialRead Indicates that the caller wants the read operation to succeed if only part of the memory read succeeded. If this is set, an E_JsDEBUG_INVALID_MEMORY_ADDRESS error will only be raised if 'Address' is invalid. If this flag is clear, a E_JsDEBUG_INVALID_MEMORY_ADDRESS error will be raised if any portion of the requested memory was unreadable.
None Indicates that the caller wants the default behavior for ReadMemory.

Requirements

Header: jscript9diag.h

See also

Windows Script Interfaces Reference