Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Called before an IShellItem and all of its children are deleted.
Syntax
HRESULT OnBeforeItemDelete(
[in] IShellItem *psi
);
Parameters
[in] psi
Type: IShellItem*
A pointer to the IShellItem that is to be deleted.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If this method fails, the given IShellItem and its children are still deleted.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | shobjidl.h |