Home
last modified time | relevance | path

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

/reactos/dll/shellext/ntobjshex/
H A Dntobjfolder.h51 public CCommonFolder<CNtObjectFolder, NtPidlEntry, CNtObjectFolderExtractIcon>
69 const NtPidlEntry * info,
77 const NtPidlEntry * info,
106 …STDMETHOD(CompareIDs)(LPARAM lParam, const NtPidlEntry * first, const NtPidlEntry * second) overri…
107 STDMETHOD_(ULONG, ConvertAttributes)(const NtPidlEntry * entry, PULONG inMask) override;
108 STDMETHOD_(BOOL, IsFolder)(const NtPidlEntry * info) override;
109 STDMETHOD_(BOOL, IsSymLink)(const NtPidlEntry * info) override;
111 virtual HRESULT GetInfoFromPidl(LPCITEMIDLIST pcidl, const NtPidlEntry ** pentry);
115 …HRESULT FormatContentsForDisplay(const NtPidlEntry * info, HKEY rootKey, LPCWSTR ntPath, PCWSTR * …
H A Dntobjfolder.cpp55 const NtPidlEntry * entry = (NtPidlEntry *) m_pcidlChild; in GetIconLocation()
57 if ((entry->cb < sizeof(NtPidlEntry)) || (entry->magic != NT_OBJECT_PIDL_MAGIC)) in GetIconLocation()
128 BOOL STDMETHODCALLTYPE CNtObjectFolder::IsSymLink(const NtPidlEntry * info) in IsSymLink()
134 const NtPidlEntry * info, in ResolveSymLink()
187 const NtPidlEntry * info, in InternalBindToObject()
250 const NtPidlEntry * info; in GetDetailsEx()
317 const NtPidlEntry * info; in GetDetailsOf()
437 HRESULT CNtObjectFolder::CompareIDs(LPARAM lParam, const NtPidlEntry * first, const NtPidlEntry * s… in CompareIDs()
510 BOOL CNtObjectFolder::IsFolder(const NtPidlEntry * info) in IsFolder()
525 NtPidlEntry * entry = (NtPidlEntry*) &(pcidl->mkid); in GetInfoFromPidl()
[all …]
H A Dntobjenum.cpp610 DWORD entryBufferLength = FIELD_OFFSET(NtPidlEntry, entryName) + sizeof(WCHAR); in EnumerateNext()
627 NtPidlEntry* entry = (NtPidlEntry*) CoTaskMemAlloc(entryBufferLength); in EnumerateNext()
633 entry->cb = FIELD_OFFSET(NtPidlEntry, entryName); in EnumerateNext()
H A Dntobjenum.h31 struct NtPidlEntry struct