UninitializeNapAgentNotifier Function

The UninitializeNapAgentNotifier function unsubscribes the calling process from NapAgent state change notifications and quarantine state change notifications. These notifications are provided by the NapAgent service.

Syntax

C++
NAPAPI VOID WINAPI UninitializeNapAgentNotifier(
  __in  NapNotifyType type
);

Parameters

type [in]

A NapNotifyType value that specifies the type of service notifications to unsubscribe from.

Return Value

This function has no return values.

Remarks

This function is not thread safe.

Each process subscribed to NapAgent service notifications of the specified type must call UninitializeNapAgentNotifier to unsubscribe from notifications. If a process is subscribed to more than one type of notification, it must call UninitializeNapAgentNotifier once for each type of notification.

This function will fail silently if the process had not previously called InitializeNapAgentNotifier for the notification type.

Requirements

Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
HeaderNapUtil.w, NapUtil.h
DLLQutil.dll

See Also

InitializeNapAgentNotifier

Send comments about this topic to Microsoft

Build date: 5/28/2009

Tags :


Page view tracker