[ROOT] --> C-Client

function PEGetClientHost

Get the name of the host for this connection. This is set in the initialization code.

Source:
Include\pcreapi.h

Parameters:
buffer An array to hold the retrieved name.
length The maximum length of this buffer.

Return:
TRUE if function completed correctly; FALSE otherwise.

Code:
BOOL PCRE_API PEGetClientHost( char* buffer, int length );

Copyright (c) 2000 Dynalivery Corp.