NotificationManager.GetNotificationParametersCallback 대리자
알림 공급자에 말하는 윈도우의 버전에 따라 매개 변수를 사용자 지정할 수 있도록 콜백 합니다.
네임스페이스: Microsoft.TeamFoundation.Client
어셈블리: Microsoft.TeamFoundation.Client(Microsoft.TeamFoundation.Client.dll)
구문
‘선언
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
)
매개 변수
- notification
형식: Notification
- windowFlags
형식: System.UInt32
- userData
형식: System.Object
- wParam
형식: System.IntPtr%
- lParam
형식: System.IntPtr%
반환 값
형식: System.Boolean