FLockClrVersionCallback Function Pointer
Points to a function that the common language runtime (CLR) calls to indicate that initialization has either started or completed.
This function pointer has been deprecated in the .NET Framework 4.
Syntax
typedef HRESULT (__stdcall *FLockClrVersionCallback) ( );
Remarks
This function is implemented by the host.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorWks.dll
.NET Framework Versions: Available since 2.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.