[ROOT] --> C-Client

function PEGetClientName

Get the name of the C application client.

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 PEGetClientName( char* buffer, int length );

Copyright (c) 2000 Dynalivery Corp.