IBrowserService::GetPidl method (shdeprecated.h)
Deprecated. Retrieves a copy of the current pointer to an item identifier list (PIDL).
Syntax
HRESULT GetPidl(
[out] PIDLIST_ABSOLUTE *ppidl
);
Parameters
[out] ppidl
Type: LPITEMIDLIST*
A pointer to the current PIDL.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The calling application is responsible for freeing the PIDL by calling ILFree when the PIDL is no longer needed.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | shdeprecated.h |