WTSUnRegisterSessionNotification

[DllImport("wtsapi32.dll", SetLastError = true)]
public static extern bool WTSUnRegisterSessionNotification(
   IntPtr hWnd
);

Microsoft documentation: Link

Last updated