次の方法で共有


CBaseControlWindow::get_Visible (Compact 2013)

3/26/2014

Retrieves the current window visibility.

Syntax

HRESULT get_Visible(
  long* pVisible
);

Parameters

  • pVisible
    Automation Boolean flag (0 is off, -1 is on).

Return Value

Returns an HRESULT value.

Remarks

This member function returns -1 if the window has the WS_VISIBLE style; 0 otherwise.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseControlWindow Class