__RTCastToVoid (MSVCRT.@)
void* CDECL __RTCastToVoid ( void* cppobj )
Dynamically cast a C++ object to a void*.
cppobj | [In] | The C++ object to cast. |
Success: The base address of the object as a void*.
Failure: NULL, if cppobj is NULL or has no RTTI.
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.