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