int i_CfgStrCpy

( char** ppsz_Dest, char* psz_Src )

internal function

Documentation

internal function

copy string psz_Src to ppsz_Dest. allocate memory for 'ppsz_Dest'

defined in 'cfghelpers.c'

Returns:
CFGERROR_OUT_OF_MEMORY if no memory is availible
CFGERROR_OK if src is NULL
CFGERROR_OK if copy was successful

Alphabetic index



This page was generated with the help of DOC++.