CefLibraryHandleReleaseHandle Method |
Version 130.1.90
When overridden in a derived class, executes the code required to free the handle.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax protected override bool ReleaseHandle()
protected:
virtual bool ReleaseHandle() override
Return Value
Boolean
true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it
generates a releaseHandleFailed MDA Managed Debugging Assistant.
See Also