cadencii.win32.GetProcAddress C# (CSharp) Method

GetProcAddress() private method

private GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
hModule System.IntPtr
lpProcName string
return System.IntPtr
        public static extern IntPtr GetProcAddress( IntPtr hModule, string lpProcName );
win32