SdbUnregisterDatabase function

Unregisters the specified database, making it no longer available.

Syntax

BOOL WINAPI SdbUnregisterDatabase(
  _In_ GUID *pguidDB
);

Parameters

pguidDB [in]

The GUID of the database. This parameter cannot be NULL.

Return value

The function returns TRUE on success or FALSE on failure.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
DLL
Apphelp.dll

See also

SdbRegisterDatabaseEx