Share via


CBasePropertyPage::Show (Compact 2013)

3/26/2014

The Show method shows or hides the dialog box. This method implements the IPropertyPage::Show method.

Syntax

HRESULT Show(
  UINT nCmdShow
);

Parameters

  • nCmdShow
    Value that specifies whether to show or hide the window.

Return Value

Returns an HRESULT value. Possible values include the following.

Value

Description

S_OK

Success.

E_INVALIDARG

Invalid argument.

E_UNEXPECTED

Unexpected failure.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePropertyPage Class