CopyContainer
Copys a container.
Syntax
Definition:
HRESULT CopyContainer(
HRESULT hrPrev,
ITcVnContainer* ipSrcContainer,
ITcVnContainer*& ipDestContainer
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
ipSrcContainer |
Source container | |
ipDestContainer |
Destination container (same type ID as ipSrcContainer; Non-zero interface pointers are reused.) |
Required License
TC3 Vision Base