table of contents
other versions
- wheezy 1.4.1-4
SearchPathA(3w) | Wine API | SearchPathA(3w) |
NAME¶
SearchPathA (KERNEL32.@)SYNOPSIS¶
DWORD SearchPathA(
LPCSTR path,
LPCSTR name,
LPCSTR ext,
DWORD buflen,
LPSTR buffer,
LPSTR* lastpart
)
DESCRIPTION¶
See SearchPathW(3w).IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/path.c". Debug channel "file".Oct 2012 | Wine API |