__RTtypeid (MSVCRT.@)
const type_info* CDECL __RTtypeid ( void* cppobj )
Retrieve the Run Time Type Information (RTTI) for a C++ object.
cppobj | [In] | C++ object to get type information for. |
Success: A type_info object describing cppobj.
Failure: If the object to be cast has no RTTI, a __non_rtti_object exception is thrown. If cppobj is NULL, a bad_typeid exception is thrown. In either case, this function does not return.
This function is usually called by compiler generated code as a result of using one of the C++ dynamic cast statements.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/msvcrt/cpp.c". gitlab.winehq.org/wine/wine/blob/master/dlls/msvcrt/cpp.c
Debug channel "msvcrt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.