vbAccelerator - Contents of code file: IEnumWindowsSink.cls

VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
END
Attribute VB_Name = "IEnumWindowsSink"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Option Explicit

Public Sub EnumWindow(ByVal hWnd As Long, ByRef bStop As Boolean)

End Sub
Public Property Get Identifier() As Long

End Property