IReplNotify::GetWindow

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

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

Syntax

HRESULT GetWindow( UINT uFlags );

Parameters

uFlags

Reserved; set to zero.

Return Values

An appropriate HRESULT value is returned.

See Also

IReplNotify