FExecuteInAppDomainCallback Function Pointer
Points to a function that is called by the common language runtime (CLR) to execute managed code.
This function pointer has been deprecated in the .NET Framework 4.
Syntax
typedef HRESULT (__stdcall *FExecuteInAppDomainCallback) (
[in] void *cookie
);
Parameters
cookie
[in] A pointer to opaque caller-allocated memory that contains the managed code to be executed.
The allocation and lifetime of this memory are controlled by the caller (that is, the CLR). This is not CLR managed-heap memory.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorWks.dll
.NET Framework Versions: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา