CItemIDFactory::GetDataFromIDList(PCUIDLIST_RELATIVE) method (shidfact.h)

Gets a read only pointer to the client provided structure in the first ItemID in the IDList.

Syntax

const T * GetDataFromIDList(
  [in] PCUIDLIST_RELATIVE pidl
);

Parameters

[in] pidl

A PIDL containing the data.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns E_INVALIDARG.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shidfact.h

See also

CItemIDFactory