EPI_getSysEnv


The EPI_getSysEnv retrieves the value of a Window environment variable.


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

Parameters


hEagle

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


input_name

string containing the Windows environment name.


name

string containing the value of the Windows environment setting

Return Value

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

See Also

EPI_getEagleHandle