|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
import "shobjidl.idl";
Inherits IUnknown.
Public Member Functions |
| HRESULT | StartOperations () |
| HRESULT | FinishOperations ([in] HRESULT hrResult) |
| HRESULT | PreRenameItem ([in] DWORD dwFlags,[in] IShellItem *psiItem,[in, unique, string] LPCWSTR pszNewName) |
| HRESULT | PostRenameItem ([in] DWORD dwFlags,[in] IShellItem *psiItem,[in, string] LPCWSTR pszNewName,[in] HRESULT hrRename,[in] IShellItem *psiNewlyCreated) |
| HRESULT | PreMoveItem ([in] DWORD dwFlags,[in] IShellItem *psiItem,[in] IShellItem *psiDestinationFolder,[in, unique, string] LPCWSTR pszNewName) |
| HRESULT | PostMoveItem ([in] DWORD dwFlags,[in] IShellItem *psiItem,[in] IShellItem *psiDestinationFolder,[in, unique, string] LPCWSTR pszNewName,[in] HRESULT hrMove,[in] IShellItem *psiNewlyCreated) |
| HRESULT | PreCopyItem ([in] DWORD dwFlags,[in] IShellItem *psiItem,[in] IShellItem *psiDestinationFolder,[in, unique, string] LPCWSTR pszNewName) |
| HRESULT | PostCopyItem ([in] DWORD dwFlags,[in] IShellItem *psiItem,[in] IShellItem *psiDestinationFolder,[in, unique, string] LPCWSTR pszNewName,[in] HRESULT hrCopy,[in] IShellItem *psiNewlyCreated) |
| HRESULT | PreDeleteItem ([in] DWORD dwFlags,[in] IShellItem *psiItem) |
| HRESULT | PostDeleteItem ([in] DWORD dwFlags,[in] IShellItem *psiItem,[in] HRESULT hrDelete,[in] IShellItem *psiNewlyCreated) |
| HRESULT | PreNewItem ([in] DWORD dwFlags,[in] IShellItem *psiDestinationFolder,[in, unique, string] LPCWSTR pszNewName) |
| HRESULT | PostNewItem ([in] DWORD dwFlags,[in] IShellItem *psiDestinationFolder,[in, unique, string] LPCWSTR pszNewName,[in, unique, string] LPCWSTR pszTemplateName,[in] DWORD dwFileAttributes,[in] HRESULT hrNew,[in] IShellItem *psiNewItem) |
| HRESULT | UpdateProgress ([in] UINT iWorkTotal,[in] UINT iWorkSoFar) |
| HRESULT | ResetTimer () |
| HRESULT | PauseTimer () |
| HRESULT | ResumeTimer () |
Detailed Description
Definition at line 3908 of file shobjidl.idl.
The documentation for this interface was generated from the following file:
Generated on Mon May 28 2012 06:22:48 for ReactOS by
1.7.6.1
|