This topic has not yet been rated - Rate this topic

CBaseWindow.DoShowWindow method

The DoShowWindow method sets the window's show state.

Syntax


HRESULT DoShowWindow(
  LONG ShowCmd
);

Parameters

ShowCmd

Flag that specifies how the window is to be shown. The value can be any constant defined for the nCmdShow parameter of the ShowWindow function.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Winutil.h (include Streams.h)

Library

Strmbase.lib (retail builds);
Strmbasd.lib (debug builds)

See also

CBaseWindow Class

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.