Debugging Tools for Windows

ExtRemoteTyped::HasField

The HasField method determines if the type of the data represented by this object contains the specified member.

bool
  ExtRemoteData::HasField(
    IN PCSTR  Field
    )

Parameters

Field
The name of the member. The name of the member is a dot-separated path and can contain sub-members (for example, mymember.mysubmember). Pointers on this dot-separated path will automatically be dereferenced. However, a dot operator (.) should still be used here instead of the usual C pointer dereference operator (->).

Return Value

HasField returns true if the typed data contains the member; false otherwise.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

Build machine: CAPEBUILD