Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Callback to allow the notification provider to customize the parameters based on the version of the window they are talking to.
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
)
public delegate bool GetNotificationParametersCallback(
Notification notification,
unsigned int windowFlags,
Object^ userData,
IntPtr% wParam,
IntPtr% lParam
)
type GetNotificationParametersCallback =
delegate of
notification:Notification *
windowFlags:uint32 *
userData:Object *
wParam:IntPtr byref *
lParam:IntPtr byref -> bool
JScript does not support delegates.
Parameters
- notification
Type: Notification
- windowFlags
Type: System.UInt32
- userData
Type: System.Object
- wParam
Type: System.IntPtr%
- lParam
Type: System.IntPtr%
Return Value
Type: System.Boolean