Searched refs:ICurrentWorkingDirectory (Results 1 – 4 of 4) sorted by relevance
69 ICurrentWorkingDirectory* pCWD = in DoUpdateAutoCompleteWithCWD()70 reinterpret_cast<ICurrentWorkingDirectory*>(pInfo->pvCWD); in DoUpdateAutoCompleteWithCWD()99 ICurrentWorkingDirectory* pCWD = in DoReleaseAutoCompleteWithCWD()100 reinterpret_cast<ICurrentWorkingDirectory*>(pInfo->pvCWD); in DoReleaseAutoCompleteWithCWD()
29 public ICurrentWorkingDirectory,104 COM_INTERFACE_ENTRY_IID(IID_ICurrentWorkingDirectory, ICurrentWorkingDirectory)
215 CComPtr<ICurrentWorkingDirectory> CurrentWorkingDir; in test_ACListISF_CURRENTDIR()402 CComPtr<ICurrentWorkingDirectory> CurrentWorkingDir; in test_ACListISF_CURRENTDIR2()
765 #define INTERFACE ICurrentWorkingDirectory766 DECLARE_INTERFACE_(ICurrentWorkingDirectory,IUnknown) in DECLARE_INTERFACE_() argument