| Property | Description | |||
| Returns | Pointer to a pointer to the object wrapped by the smart pointer | |||
| Description | Allows the smart pointer to be referenced (se example) | |||
| Remarks | Un expected behavior may arise if the ptr contained within the smart pointer is NULL. | |||
| Example |
void MyFunction(CMyElm** ppElm) |