_searchenv (MSVCRT.@)
void CDECL _searchenv ( const char* file, const char* env, char* buf )
Search for a file in a list of paths from an environment variable.
file | [In] | Name of the file to search for. |
env | [In] | Name of the environment variable containing a list of paths. |
buf | [Out] | Destination for the found file path. |
Nothing. If the file is not found, buf will contain an empty string and errno is set.
Defined in "tchar.h".
Implemented in "dlls/msvcrt/dir.c". source.winehq.org/source/dlls/msvcrt/dir.c
Debug channel "msvcrt".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.