MSPropShell.GetPage

Windows Media Encoder SDK banner art

The GetPage method retrieves a specific property page.

Syntax

LPUNKNOWN = MSPropShell.GetPage(Index)

Parameters

Index

[in] ** Long containing the index of the property page.

Return Values

This method returns the property page specified by Index.

Remarks

You can use the GetPage method to retrieve a pointer to the IUnknown interface of a property page. This enables you to enumerate the property pages and communicate between them.

Requirements

Reference: Microsoft PropShell Control 1.0

Library: mspshell.dll

See Also