HomeSort by relevance Sort by last modified time
    Searched refs:GetCurFolder (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h 260 STDMETHOD(GetCurFolder)(THIS_ LPITEMIDLIST *ppidl) PURE;
    [all...]
shobjidl.h 749 virtual HRESULT WINAPI GetCurFolder(LPITEMIDLIST *ppidl) = 0;
759 HRESULT (WINAPI *GetCurFolder)(IPersistFolder2 *This,LPITEMIDLIST *ppidl);
771 #define IPersistFolder2_GetCurFolder(This,ppidl) (This)->lpVtbl->GetCurFolder(This,ppidl)
    [all...]

Completed in 72 milliseconds