NAME

__RTCastToVoid  (MSVCRT.@)

SYNOPSIS

 void* CDECL  __RTCastToVoid
 (
  void* cppobj
 )

DESCRIPTION

Dynamically cast a C++ object to a void*.

PARAMS

cppobj [In] The C++ object to cast.

RETURNS

Success: The base address of the object as a void*.

Failure: NULL, if cppobj is NULL or has no RTTI.

NOTES

This function is usually called by compiler generated code as a result of using one of the C++ dynamic cast statements.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/msvcrt/cpp.c". https://source.winehq.org/source/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 Apr 2024.