Share via


SS_InquireWindow (Windows Embedded CE 6.0)

1/6/2010

This function queries a socket window. It is used by PC Card services.

Syntax

STATUS (*SS_InquireWindow)(
  UINT32 uWindow,
  PSS_WINDOW_INFO pWindowInfo
);

Parameters

  • uWindow
    [in] Window index value. This value can be from 0 to the number of the windows minus 1. The number of windows is returned inside the SS_SOCKET_INFO structure when SS_InquireSocket is called.
  • pWindowInfo
    [out] Pointer to an SS_WINDOW_INFO structure.

Return Value

Returns one of the return codes defined in the Cardsv2.h header file.

Requirements

Header socksv2.h
Library Pcc_serv.dll
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Socket Service Functions

Other Resources

PC Card Drivers