NotificationManager.GetNotificationParametersCallback-Delegat
Rückruf, um den Benachrichtigungsanbieters zu ermöglichen, die Parameter auf Grundlage der Version des Fensters anpassen, das mit sie sprechen.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Delegate Function GetNotificationParametersCallback ( _
notification As Notification, _
windowFlags As UInteger, _
userData As Object, _
ByRef wParam As IntPtr, _
ByRef lParam As IntPtr _
) As Boolean
public delegate bool GetNotificationParametersCallback(
Notification notification,
uint windowFlags,
Object userData,
ref IntPtr wParam,
ref IntPtr lParam
)
Parameter
- notification
Typ: Notification
- windowFlags
Typ: System.UInt32
- userData
Typ: System.Object
- wParam
Typ: System.IntPtr%
- lParam
Typ: System.IntPtr%
Rückgabewert
Typ: System.Boolean