IOleInPlaceSiteEx.OnInPlaceActivateEx(Int32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- dwFlags
- UInt32
Remarks
For information on the COM interface, see IOleInPlaceSiteEx::OnInPlaceActivateEx