IOleInPlaceSiteWindowless.OnInPlaceActivateEx(Int32, UInt32) Method

Definition

Called by the embedded object to determine if it needs to redraw itself upon activation.

public:
 void OnInPlaceActivateEx([Runtime::InteropServices::Out] int % pfNoRedraw, System::UInt32 dwFlags);
void OnInPlaceActivateEx([Runtime::InteropServices::Out] int & pfNoRedraw, unsigned int dwFlags);
public void OnInPlaceActivateEx (out int pfNoRedraw, uint dwFlags);
abstract member OnInPlaceActivateEx : int * uint32 -> unit
Public Sub OnInPlaceActivateEx (ByRef pfNoRedraw As Integer, dwFlags As UInteger)

Parameters

pfNoRedraw
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
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.

Implements

Applies to