Share via


PDCardSetWindow

This function changes the characteristics of a memory or I/O window.

STATUS PDCardSetWindow(
  UINT32 uWindow,
  PPDCARD_WINDOW_STATE pWindowState 
);

Parameters

  • uWindow
    [in] Specifies the number indicating the window. The first window is 0.
  • pWindowState
    [in] Pointer to a PDCARD_WINDOW_STATE structure.

Return Values

Returns one of the error values in the Cardserv.h header file.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Sockserv.h.
Link Library: Cardserv.lib.

See Also

PDCARD_WINDOW_STATE

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.