|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| enum | tagSHELLPROPSHEETEXTPAGEID { EXPPS_FILETYPES = 0x1 } |
| typedef UINT | EXPPS |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | AddPages ([in] LPFNSVADDPROPSHEETPAGE pfnAddPage, [in] LPARAM lParam) |
| HRESULT | ReplacePage ([in] EXPPS uPageID, [in] LPFNSVADDPROPSHEETPAGE pfnReplaceWith, [in] LPARAM lParam) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 129 of file shobjidl.idl.
| typedef UINT IShellPropSheetExt::EXPPS |
Definition at line 135 of file shobjidl.idl.
| Enumerator | |
|---|---|
| EXPPS_FILETYPES | |
Definition at line 131 of file shobjidl.idl.
| HRESULT IShellPropSheetExt::AddPages | ( | [in] LPFNSVADDPROPSHEETPAGE | pfnAddPage, |
| [in] LPARAM | lParam | ||
| ) |
Implemented in CFolderOptions, and CRecycleBin.
Referenced by SHAddFromPropSheetExtArray().
| HRESULT IShellPropSheetExt::ReplacePage | ( | [in] EXPPS | uPageID, |
| [in] LPFNSVADDPROPSHEETPAGE | pfnReplaceWith, | ||
| [in] LPARAM | lParam | ||
| ) |
Implemented in CFolderOptions, and CRecycleBin.
Referenced by SHReplaceFromPropSheetExtArray().