A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



DllUnregisterServer

The DllUnregisterServer function removes entries associated with a Cluster Administrator extension DLL from the system registry.

VB4-32,5,6
Declare Function DllUnregisterServer Lib "ComCtl32.OCX" () As Long

Operating Systems Supported
Requires Windows NT 4.0 or later; Requires Windows 95 or later

Library
Comctl32.ocx

Return Values
This function supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:

S_OK

The registry entries were created successfully.

S_FALSE

Unregistration of this server’s known entries was successful, but other entries still exist for this server’s classes.

SELFREG_E_TYPELIB

The server was unable to remove the entries of all the type libraries used by its classes.

SELFREG_E_CLASS

The server was unable to remove the entries of all the object classes.

Last update: 07 April 2006