IVsObjectManager2.UnregisterLibrary(UInt32) Method

Definition

Unregisters a symbol library.

public:
 int UnregisterLibrary(System::UInt32 dwCookie);
public:
 int UnregisterLibrary(unsigned int dwCookie);
int UnregisterLibrary(unsigned int dwCookie);
public int UnregisterLibrary (uint dwCookie);
abstract member UnregisterLibrary : uint32 -> int
Public Function UnregisterLibrary (dwCookie As UInteger) As Integer

Parameters

dwCookie
UInt32

[in] The cookie that identifies the library. The cookie is assigned during the library registration.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsObjectManager2::UnregisterLibrary(  
[in] VSCOOKIE dwCookie  
);  

Applies to