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 version 4.

typedef HRESULT (__stdcall *FLockClrVersionCallback) ( );

Remarks

This function is implemented by the host.

Requirements

Platforms: See .NET Framework System Requirements.

Header: MSCorEE.h

Library: MSCorWks.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

LockClrVersion Function

Other Resources

.NET Framework 1.1 and 2.0 Hosting Global Static Functions