PowerCenter
- PowerCenter 10.5.6
- All Products
INFA_CT_HANDLE* INFA_CTGetChildrenHandles(INFA_CT_HANDLE handle, size_t* pnChildrenHandles, INFA_CTHandleType returnHandleType);
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
handle
| INFA_CT_HANDLE
| Input
| Handle name.
|
pnChildrenHandles
| size_t*
| Output
| Integration Service returns an array of children handles. The pnChildrenHandles parameter indicates the number of children handles in the array.
|
returnHandleType
| INFA_CTHandleType
| Input
| Use the following values for the returnHandleType parameter:
|
INFA_CT_PARTITION_HANDLE partition = INFA_CTGetChildrenHandles(procedureHandle, pnChildrenHandles, INFA_CT_PARTITION_HANDLE_TYPE);