ReactOS 0.4.17-dev-784-g3812a95
IPropertySheetProvider Interface Reference
Inheritance diagram for IPropertySheetProvider:
Collaboration diagram for IPropertySheetProvider:

Public Member Functions

HRESULT CreatePropertySheet ([in] LPCWSTR title, [in] boolean type, [in] MMC_COOKIE cookie, [in] LPDATAOBJECT pIDataObjectm, [in] DWORD dwOptions)
 
HRESULT FindPropertySheet ([in] HSCOPEITEM hItem, [in] LPCOMPONENT lpComponent, [in] LPDATAOBJECT lpDataObject)
 
HRESULT AddPrimaryPages ([in] LPUNKNOWN lpUnknown, [in] BOOL bCreateHandle, [in] HWND hNotifyWindow, [in] BOOL bScopePane)
 
HRESULT AddExtensionPages ()
 
HRESULT Show ([in] LONG_PTR window, [in] int page)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 406 of file mmc.idl.

Member Function Documentation

◆ AddExtensionPages()

HRESULT IPropertySheetProvider::AddExtensionPages ( )

◆ AddPrimaryPages()

HRESULT IPropertySheetProvider::AddPrimaryPages ( [in] LPUNKNOWN  lpUnknown,
[in] BOOL  bCreateHandle,
[in] HWND  hNotifyWindow,
[in] BOOL  bScopePane 
)

◆ CreatePropertySheet()

HRESULT IPropertySheetProvider::CreatePropertySheet ( [in] LPCWSTR  title,
[in] boolean  type,
[in] MMC_COOKIE  cookie,
[in] LPDATAOBJECT  pIDataObjectm,
[in] DWORD  dwOptions 
)

◆ FindPropertySheet()

HRESULT IPropertySheetProvider::FindPropertySheet ( [in] HSCOPEITEM  hItem,
[in] LPCOMPONENT  lpComponent,
[in] LPDATAOBJECT  lpDataObject 
)

◆ Show()

HRESULT IPropertySheetProvider::Show ( [in] LONG_PTR  window,
[in] int  page 
)

The documentation for this interface was generated from the following file: