Share via


IDatabase::SuspendNotify method

After this function is called, any notifications will be queued instead of sent directly to the IDatabaseNotify. If called on the same thread that RegisterNotify was called on, it will first dispatch any queued notifications. Notifications will resume when ResumeNotify is called.

Syntax

void SuspendNotify(
  [in] IDatabaseNotify *pNotify
);

Parameters

pNotify [in]

Type: IDatabaseNotify*

Specifies the IDatabaseNotify that will have its notifications suspended.

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)