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: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

Library: MSCorWks.dll

.NET Framework Version: 2.0

See Also

Concepts

LockClrVersion Function

Hosting Global Static Functions