[ROOT] --> C-Client

function PEGatewayGetHost

Get the Gateway's host.

Source:
Include\pcreapi.h

Parameters:
hGateway The handle to the gateway.
buffer An array for holding the retrieved hostname.
length The maximum length of the buffer.

Return:
TRUE if function completed correctly; FALSE otherwise.

Code:
BOOL PCRE_API PEGatewayGetHost( PEHANDLE hGateway, char* buffer, int length );

Copyright (c) 2000 Dynalivery Corp.