IShellView2::HandleRename method
Used to change an item's identifier.
Syntax
HRESULT HandleRename( PCUITEMID_CHILD pidlNew );
Parameters
- pidlNew
-
Type: PCUITEMID_CHILD
A pointer to an ITEMIDLIST structure. The current identifier is passed in and is replaced by the new one.
Return value
Type: HRESULT
Return S_OK if successful, or a COM-defined error code otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: