SFVM_GETDETAILSOF message

[SFVM_GETDETAILSOF is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Allows the callback object to provide the details for an item in a Shell folder. Use only if a call to IShellFolder2::GetDetailsOf fails and there is no IShellDetails::GetDetailsOf method available to call. Used by IShellFolderViewCB::MessageSFVCB.

SFVM_GETDETAILSOF
    wParam = (WPARAM)(int) iColumn;
    lParam = (LPARAM)(DETAILSINFO*) pDi;
            

Parameters

iColumn [in]

The zero-based ID of the column.

pDi [out]

A pointer to a DETAILSINFO structure filled with the requested information.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
End of client support
Windows XP with SP2
End of server support
Windows Server 2003
Header
Shlobj.h