PowerCenter
- PowerCenter 10.5
- All Products
void* INFA_CTGetUserDefinedPtr(INFA_CT_HANDLE handle)
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
handle
| INFA_CT_HANDLE
| Input
| Handle name.
|
void INFA_CTSetUserDefinedPtr(INFA_CT_HANDLE handle, void* pPtr)
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
handle
| INFA_CT_HANDLE
| Input
| Handle name.
|
pPtr
| void*
| Input
| User pointer.
|