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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.