diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-EA0A4F6E-CA82-59A4-ABCB-70632CDC2714.dita --- a/Symbian3/PDK/Source/GUID-EA0A4F6E-CA82-59A4-ABCB-70632CDC2714.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-EA0A4F6E-CA82-59A4-ABCB-70632CDC2714.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,12 +1,12 @@ - - - - - + + + + + Accessing reference counting objects in object containers

A pointer to an individual reference counting object can be retrieved from its object container using either CObjectCon::At() or CObjectCon::AtL(), provided that the reference counting object's find-handle number is known.

A reference counting object's find-handle number can be found using either CObjectCon::FindByName() or CObjectCon::FindByFullName().

FindByName() uses a match pattern to find all reference counting object's with a matching name. FindByFullName() is similar except that the reference counting object's full name is used.

In practice, retrieving a pointer to a reference counting object requires a call to either FindByName() or FindByFullName() followed by a call to either At() or AtL().

FindByName() and FindByFullName() are suited to finding a single object with a specific name or all objects with a generic type of name.

\ No newline at end of file