[ROOT] --> C-Client

function PEGatewayGetName

Get the Gateway's name.

Source:
Include\pcreapi.h

Parameters:
hGateway The handle to the gateway
buffer An array to hold the retrieved name.
length The maximum length of the buffer.

Return:
TRUE if function completed correctly; FALSE otherwise.

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

Copyright (c) 2000 Dynalivery Corp.