Tell SharePodLib to listen for iPod devices being connected. The iPodConnected event will only fire once this is called.


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public Shared Sub ListenForDeviceChanges( _ 
   ByVal hWnd As IntPtr _ 
)
C#
public static void ListenForDeviceChanges(
   IntPtr hWnd
)
C++
public:
 static void ListenForDeviceChanges(
   IntPtr hWnd
)
J#
public static void ListenForDeviceChanges(
   IntPtr hWnd
)
JScript
public static  function ListenForDeviceChanges(
   hWnd : IntPtr
)

Parameters

hWnd
Window handle of the calling application

See Also