Home
last modified time | relevance | path

Searched refs:SdbGetFileAttributes (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rosapps/applications/devutils/shimdbg/
H A Dshimdbg.c137 static ANSI_STRING SdbGetFileAttributes = RTL_CONSTANT_STRING("SdbGetFileAttributes"); in InitApphelp() local
145 …!NT_SUCCESS(LdrGetProcedureAddress(hdll, &SdbGetFileAttributes, 0, (PVOID)&pSdbGetFileAttributes))… in InitApphelp()
/reactos/dll/appcompat/apphelp/
H A Dapphelp.h131 BOOL WINAPI SdbGetFileAttributes(LPCWSTR path, PATTRINFO *attr_info_ret, LPDWORD attr_count);
H A Dapphelp.spec64 @ stdcall SdbGetFileAttributes(wstr ptr ptr)
H A Dhsdb.c165 if (!SdbGetFileAttributes(FullPathName.String.Buffer, &attribs, &attr_count)) in SdbpMatchExe()
527 if (!SdbGetFileAttributes(path, &attribs, &attr_count)) in SdbGetMatchingExe()
H A Dsdbfileattr.c239 BOOL WINAPI SdbGetFileAttributes(LPCWSTR path, PATTRINFO *attr_info_ret, LPDWORD attr_count) in SdbGetFileAttributes() function
/reactos/modules/rostests/apitests/apphelp/
H A Dapphelp.c1082 RESOLVE(SdbGetFileAttributes); in START_TEST()