This website has been designed for use with the FireFox browser. Please use FireFox to view this page.
IsBadReadPtr Reference in C#, VB.NET and VB6
Library:kernel32.dll
Visual Basic .NET definition
Declare Function IsBadReadPtr Lib "kernel32" (ByRef lp As Object, ByVal ucb As Integer) As Integer
C# definition
[DllImport("kernel32.dll", SetLastError=true)] static extern int IsBadReadPtr (ref object lp, int ucb)
Description
The IsBadReadPtr function verifies that the calling process has read access to the specified range of memory.
Parameters
Further Information:
For further information on Windows API functions such as these, and how to use these API's in your
C# and VB.NET applications, please refer to the book 'Network programming in .NET' (Buy at Amazon UK) (Buy at Amazon US)