GetRealProcAddress Function
.NET Framework 3.0
Gets the address of the specified function that is exported from the latest installed version of the common language runtime (CLR).
HRESULT GetRealProcAddress (
[in] LPCSTR pwszProcName,
[out] VOID **ppv
);
This method returns standard Component Object Model (COM) error codes, as defined in WinError.h, in addition to the following values defined in CorError.h.
Return code | Description |
|---|---|
S_OK | The method completed successfully. |
E_POINTER | ppv is not valid. |
CLR_E_SHIM_RUNTIMEEXPORT | The function is not exported from the runtime. |