IVsObjectManager2.UnregisterLibrary(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);