CBaseControlWindow::get_WindowStyleEx (Compact 2013)

3/26/2014

Retrieves the extended window styles.

Syntax

HRESULT get_WindowStyleEx(
  long* pWindowStyleEx
);

Parameters

  • pWindowStyleEx
    Extended window styles.

Return Value

Returns an HRESULT value.

Remarks

This member function retrieves the extended window styles.

It calls the CBaseControlWindow::DoGetWindowStyle member function.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseControlWindow Class