Share via


MSPropShell.GetPage

Windows Media Encoder SDK banner art

The GetPage method retrieves a specific property page.

Syntax

object MSPropShell.GetPage(
  int  Index
);

Parameters

Index

[in] ** Int32 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

Namespace: MSPropShellLib

Assembly: Interop.MSPropShellLib.dll

Library: mspshell.dll

See Also