FLockClrVersionCallback Function Pointer

Points to a function that the common language runtime (CLR) calls to indicate that initialization has either started or completed.

typedef HRESULT (__stdcall *FLockClrVersionCallback) ( );

Remarks

This function is implemented by the host.

Requirements

Platforms: See .NET Framework System Requirements.

Header: MSCorEE.idl

Library: MSCorWks.dll

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

See Also

Reference

LockClrVersion Function

Other Resources

Hosting Global Static Functions