Searched refs:bSimulateDoc (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | iconcache.cpp | 807 INT WINAPI Shell_GetCachedImageIndexA(LPCSTR szPath, INT nIndex, UINT bSimulateDoc) in Shell_GetCachedImageIndexA() argument 812 WARN("(%s,%08x,%08x) semi-stub.\n",debugstr_a(szPath), nIndex, bSimulateDoc); in Shell_GetCachedImageIndexA() 825 INT WINAPI Shell_GetCachedImageIndexW(LPCWSTR szPath, INT nIndex, UINT bSimulateDoc) in Shell_GetCachedImageIndexW() argument 827 WARN("(%s,%08x,%08x) semi-stub.\n",debugstr_w(szPath), nIndex, bSimulateDoc); in Shell_GetCachedImageIndexW() 832 EXTERN_C INT WINAPI Shell_GetCachedImageIndexAW(LPCVOID szPath, INT nIndex, BOOL bSimulateDoc) in Shell_GetCachedImageIndexAW() argument 834 return Shell_GetCachedImageIndexW((LPCWSTR)szPath, nIndex, bSimulateDoc); in Shell_GetCachedImageIndexAW() 835 return Shell_GetCachedImageIndexA((LPCSTR)szPath, nIndex, bSimulateDoc); in Shell_GetCachedImageIndexAW() 838 EXTERN_C INT WINAPI Shell_GetCachedImageIndex(LPCWSTR szPath, INT nIndex, UINT bSimulateDoc) in Shell_GetCachedImageIndex() argument 840 return Shell_GetCachedImageIndexAW(szPath, nIndex, bSimulateDoc); in Shell_GetCachedImageIndex()
|
/reactos/sdk/include/reactos/ |
H A D | undocshell.h | 248 UINT bSimulateDoc); 756 INT WINAPI Shell_GetCachedImageIndex(LPCWSTR szPath, INT nIndex, UINT bSimulateDoc);
|