IPropertyPageSite - Ole Implementation

The system provides an implementation of the IPropertyPageSite interface through the OleCreatePropertyFrame or OleCreatePropertyFrameIndirect functions.

The current frame implementation provided through OleCreatePropertyFrame and OleCreatePropertyFrameIndirect only implements the OnStatusChange and GetLocaleID methods.

Remarks

OnStatusChange
Indicates that the property page has changed.
GetLocaleID
Returns the locale identifier so the property page can adjust itself to country-specific settings.
GetPageContainer
Returns E_NOTIMPL.
TranslateAccelerator
Returns E_NOTIMPL.

See Also

IPropertyPageSite