IPropertyPageSite::OnStatusChange method
Informs the frame that the property page managed by this site has changed its state, that is, one or more property values have been changed in the page. Property pages should call this method whenever changes occur in their dialog boxes.
Syntax
HRESULT OnStatusChange(
[in] DWORD dwFlags
);
Parameters
- dwFlags [in]
-
Indicates the changes that have occurred. This parameter can contain one of the following values.
Return value
This method can return the standard return values E_INVALIDARG and S_OK.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IPropertyPageSite is defined as B196B28C-BAB4-101A-B69C-00AA00341D07 |
See also
Show: