EPI_getEnv


The EPI_getEnv retrieves Eagle environment variable setting.


void EPI_getEnv(        HMODULE hEagle,                // Eagle handle     char       *name,              // Environment name     char       *value              // Environment setting   );    

Parameters


hEagle

value of the Eagle handle, which can be obtained through the EPI_getEagleHandle function.


input_name

string containing the Eagle environment variable name


name

string containing the value of the environment variable

Return Value

 If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

See Also

EPI_getEagleHandle