- DWORD ppxOpenConnection ( CTAHD ctahd,
char *name,
PPX_HANDLE_PARMS *parms,
PPXHD *ppxhd )
- ctahd CTA context handle returned by ctaCreateContext.
- name Pointer to the name of the connection.
- parms Pointer to a PPX_HANDLE_PARMS structure. The structure is defined as follows:
typedef struct
{
DWORD size;
BYTE default_pattern;
DWORD reserved;
} PPX_HANDLE_PARMS
- ppxhd Pointer to connection handle.