NAME

SearchPathA  (KERNEL32.@)

SYNOPSIS

 DWORD SearchPathA
 (
  LPCSTR path,
  LPCSTR name,
  LPCSTR ext,
  DWORD  buflen,
  LPSTR  buffer,
  LPSTR* lastpart
 )

DESCRIPTION

See SearchPathW.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/path.c". source.winehq.org/source/dlls/kernel32/path.c

Debug channel "file".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.