Table of Contents

Method GetProcAddress

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

GetProcAddress(IntPtr, string)

public static extern IntPtr GetProcAddress(IntPtr hModule, string lpProcName)

Parameters

hModule IntPtr
lpProcName string

Returns

IntPtr