IReplNotify::GetWindow

The IReplNotify::GetWindow method obtains a handle to the window that must be used as a parent for any modal dialog or message box that an ActiveSync service provider wants to display.

Syntax

HRESULT GetWindow(
UINT
uFlags
);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

uFlags
Reserved; always 0.

See Also

IReplNotify