GetContainerAt
Gets a pointer to the element at a specific offset from the current element converted into an ITcVnContainer interface and increment its reference counter (only possible for container types). (Alternatively use F_VN_GetAt_ITcVnContainer.)
Syntax
Definition:
HRESULT GetContainerAt(
LONGLONG nOffset,
ITcVnContainer** pipContainer
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
nOffset |
LONGLONG |
Offset from the current element. |
|
pipContainer |
Returns the pointer to the container interface. |
Return value