IDatabase::LockNotify method

Provides a ref-counted way of preventing any notifications from being queued for this database object.

Syntax

void LockNotify(
  [in]  LOCKNOTIFYFLAGS dwFlags,
  [out] LPHLOCK         phLock
);

Parameters

dwFlags [in]

Type: LOCKNOTIFYFLAGS

Pass 0 for this parameter.

phLock [out]

Type: LPHLOCK

Use the value returned in this paramter when calling UnlockNotify.

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)