Re: Finding the size of binary data stored in memory
- From: Ben Pfaff <blp@xxxxxxxxxxxxxxx>
- Date: Mon, 04 Dec 2006 16:07:05 -0800
"sajohn" <sajohn52@xxxxxxxxx> writes:
A separte application is sending me a pointer to some binary data and I
need to find the size of the binary data being passed to me. Does
anyone know I can go about doing this?
In the most general case, the software that is passing you the
pointer must tell you how much data it is passing. In more
specific cases, that might not be necessary. Perhaps you can
tell us more about your case.
--
"For those who want to translate C to Pascal, it may be that a lobotomy
serves your needs better." --M. Ambuhl
"Here are the steps to create a C-to-Turbo-Pascal translator..." --H. Schildt
.
- References:
- Finding the size of binary data stored in memory
- From: sajohn
- Finding the size of binary data stored in memory
- Prev by Date: Finding the size of binary data stored in memory
- Next by Date: Re: Finding the size of binary data stored in memory
- Previous by thread: Finding the size of binary data stored in memory
- Next by thread: Re: Finding the size of binary data stored in memory
- Index(es):
Relevant Pages
|
Loading