Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
Available now!
Buy at Amazon US or
Buy at Amazon UK



Articles

» Windows API reference
» Webcam streaming in VB.NET
» Remoting with firewalls
» RSA from first principles
» Key & MouseLogger in .NET
» Networking Resource Kit for .NET
» Migrating VB6 Winsock to VB.NET
» Migrating C++ sockets to C#
» RFC Reference guide
» COM Reference guide
» WMI Reference guide
» SQL stored procedures
» TCP & UDP port reference
» NET Framework reference
» Ethernet Type codes
» MAC address assignments
» DLL entry point reference
» Boost SQL performance
» Free SMS Messaging
» Internet Explorer

Contact us

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)

Visual Basic 6 example source code

C# example source code

Provide a code example

C#
VB.NET
VB6




Google

Copyright 2013 Open Merchant Account Ltd.