473,414 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

"Uses of intptr in .net"

hi guys,

Am new in Mobile development. I know intptr is the same concept for Poiters in C. But I dont know where we use this concept, please any one can give me clear info for intptr....................
Nov 24 '07 #1
1 1803
markmcgookin
648 Expert 512MB
hi guys,

Am new in Mobile development. I know intptr is the same concept for Poiters in C. But I dont know where we use this concept, please any one can give me clear info for intptr....................
Is it not used for jumping into DLL files at "Entry points" e.g.

Expand|Select|Wrap|Line Numbers
  1. private IntPtr _hRecorder;
  2. _hRecorder = new IntPtr();
  3. _hRecorder = VoiceRecorder_Create(_VoiceRecPtr);
  4.  
I have only used it in the Open Source VoiceRecorder class, so haven't had too much experience.
Nov 27 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Declan Naughton | last post by:
What would be the easiest way to add a banner to a page like: http://bluerobot.com/web/layouts/layout3.html My own page isn't uploaded yet, but it's almost the same as the above link. I dont want...
3
by: Declan Naughton | last post by:
What would be the easiest way to add a banner to a page like: http://bluerobot.com/web/layouts/layout3.html My own page isn't uploaded yet, but it's almost the same as the above link. I dont want...
1
by: Num | last post by:
Hi all, Sorry for cross-posting. I have to convert a J2EE date as a long ("Millis") in a .NET date as a long ("Ticks") In Java, currentTimeMillis, is the difference, measured in...
2
by: ORC | last post by:
When initializing a IntPtr can I then be sure that this initializes to a zero pointer: ? "IntPtr MyPointer = new IntPtr();" Thanks Ole
1
by: Michael Twua | last post by:
In asp.net with vb.net,I can't create a excel object,such as excel.application,excel.workBook,excel.workSheet. It displayed that "System.UnauthorizedAccessException Refuse Access". I have import...
5
by: Kivak Wolf | last post by:
Hey everyone, I have a textbox in my web page that is going to be used to enter an E-mail into (just plain text, no HTML). Now, this will interact with a SQL database where the contents of the...
0
by: David Garamond | last post by:
I want to know how functional indexes are used "in the real world". Here are the common uses: * non-unique index on the first parts of a longish text field (SUBSTRING(field)) to save disk space,...
50
by: Shadow Lynx | last post by:
Consider this simple HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head>...
1
by: =?Utf-8?B?QnJldHRWUA==?= | last post by:
I have a child-class that inherits from a base class that implements an Interface. The child class overrides a SUB from the base class that implements a sub from the interface. (The...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.