GetCLRFunction

Gets a pointer to one of the common language runtime functions.


void *GetCLRFunction (
   LPCSTR FunctionName 
);

Parameters

Parameter Description

FunctionName

The name of the function.

Return Value

A pointer to FunctionName if successful; NULL otherwise.

Requirements

Library: mscorwks.dll

Remarks

The following functions are supported:

  • CLRLoadLibraryEx

  • CLRFreeLibrary

  • EEHeapAllocInProcessHeap

  • EEHeapFreeInProcessHeap