IsBadCodePtr (coredll)
Last changed: BK-66.46.213.4

.
Summary
This function determines whether the calling process has read access to the memory at the specified address.

C# Signature:

[DllImport("coredll.dll", EntryPoint="IsBadCodePtr", SetLastError=true)]
public static extern bool IsBadCodePtr(IntPtr fn);

VB Signature:

Declare Function IsBadCodePtr Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation