Share via


DkmILMemoryStringRead.MaxCharacters Property

Definition

The maximum number of characters to read from the target process. When DkmReadMemoryFlags.AllowPartialRead is false, the request will fail if a null terminator isn't found within this range with DkmILFailureReason.StringTooLong.

public:
 property int MaxCharacters { int get(); };
public:
 property int MaxCharacters { int get(); };
public int MaxCharacters { get; }
member this.MaxCharacters : int
Public ReadOnly Property MaxCharacters As Integer

Property Value

Returns Int32.

Applies to