IOleInPlaceSiteWindowless::OnInPlaceActivateEx Method (Int32, UInt32)
Visual Studio 2015
Called by the embedded object to determine if it needs to redraw itself upon activation.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Parameters
- pfNoRedraw
-
Type:
System::Int32
[out] Pointer to current redraw status. The status is TRUE if the object need not redraw itself upon activation; FALSE if the object needs to redraw upon activation. Windowless objects usually do not need the value returned by this parameter and may pass a NULL pointer to save the container the burden of computing this value.
- dwFlags
-
Type:
System::UInt32
[in] Indicates whether the object is activated as a windowless object. This parameter takes values from the ACTIVATEFLAGS enumeration. See IOleInPlaceSiteWindowless for more information on windowless objects.
Show: