Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/ole32/
H A Dfilemoniker.c593 LPOLESTR filePath=0; in FileMonikerImpl_BindToStorage() local
604 IMoniker_GetDisplayName(iface,pbc,pmkToLeft,&filePath); in FileMonikerImpl_BindToStorage()
606 res=StgOpenStorage(filePath,NULL,STGM_READWRITE|STGM_SHARE_DENY_WRITE,NULL,0,&pstg); in FileMonikerImpl_BindToStorage()
611 CoTaskMemFree(filePath); in FileMonikerImpl_BindToStorage()
777 LPOLESTR filePath; in FileMonikerImpl_IsEqual() local
795 if (SUCCEEDED(IMoniker_GetDisplayName(pmkOtherMoniker,bind,NULL,&filePath))) { in FileMonikerImpl_IsEqual()
796 if (!lstrcmpiW(filePath, This->filePathName)) in FileMonikerImpl_IsEqual()
798 CoTaskMemFree(filePath); in FileMonikerImpl_IsEqual()
/reactos/dll/win32/msi/
H A Dappsearch.c655 …UINT file_version_matches( MSIPACKAGE *package, const struct signature *sig, const WCHAR *filePath, in file_version_matches() argument
661 DWORD size = msi_get_file_version_info( package, filePath, 0, NULL ); in file_version_matches()
668 if (msi_get_file_version_info( package, filePath, size, version )) in file_version_matches()
/reactos/dll/win32/wintrust/
H A Dsoftpub.c166 LPCWSTR filePath) in SOFTPUB_GetMessageFromFile() argument
181 data->u.pPDSip->psSipSubjectInfo->pwsFileName = filePath; in SOFTPUB_GetMessageFromFile()
/reactos/dll/win32/mshtml/
H A Dnsiface.idl2657 nsresult InitWithPath(const nsAString *filePath);
2658 nsresult InitWithNativePath(const nsACString *filePath);