- DWORD ppxOpenConnection ( CTAHD ctahd,
char *name,
PPX_HANDLE_PARMS *parms,
PPXHD *ppxhd )
- ctahd 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 *reservation_key;
} PPX_HANDLE_PARMS
- Set reservation_key field to NULL. This field is not used.
- ppxhd Pointer to connection handle.