Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the this (Me in Visual Basic) pointer of the object containing the method.
Syntax
Parameters
ppClass
[out] Returns an IDebugClassField object representing the "this" pointer.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
In object-oriented languages, there is typically an implied pointer to the current instantiation of a class. This is known as this in C#/C++ and as Me in Visual Basic.