IDatabase::UnregisterNotify method

Will permanently stop any notifications from going to the given IDatabaseNotify. Any remaining queued notifications will not be dispatched.

Syntax

void UnregisterNotify(
  [in] IDatabaseNotify *pNotify
);

Parameters

pNotify [in]

Type: IDatabaseNotify*

Specifies the IDatabaseNotify that will be unregistered.

Return value

This method does not return a value.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
IDL
Directdb.idl
DLL
Directdb.dll (version 6.0 or later)