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.
HRESULT OnStatusChange(
DWORD dwFlags //Indicates what changes have occurred
);
Flag Value | Description |
---|---|
PROPPAGESTATUS_DIRTY | Values in pages have changed so the state of the Apply button should be updated. |
PROPPAGESTATUS_VALIDATE | Now is an appropriate time to apply changes. |
This method supports the standard return value E_INVALIDARG, as well as the following:
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.