Share via


IReplNotify::GetWindow

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method returns 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

HWND GetWindow(
  UINT uFlags
);

Parameters

  • uFlags
    [in] Reserved. Set to zero.

Return Value

A handle to the parent window is returned.

Requirements

Header cesync.h
Library coredll.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IReplNotify