Share via


IReplNotify::GetWindow (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

IReplNotify