static DuplicatedObject * DynamicCast( DuplicatedObject * pDO );
Name | Description | |
---|---|---|
in | pDO | Specifies a pointer to a duplicated object. |
pDO
. The returned pointer is cast to an appropriate type.Value | Description |
---|---|
NULL | pDO was not an expected type. AvatarDynamicCast was called but pDO was not an Avatar type. |
Dynamically casts a pointer to a duplicated object.
Uses runtime information to dynamically cast the specified DuplicatedObject*
-type pointer. This static function is automatically generated by the Data Definition Language (DDL) compiler. For example, when a class named Avatar
is declared in the DDL file, you can call the Avatar::DynamicCast
function to use this feature. There is no support for directly calling the DuplicatedObject::DynamicCast
function.
CONFIDENTIAL