Re: Finding the size of binary data stored in memory



"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
.



Relevant Pages

  • Re: How can I pass the file to sql server
    ... Can you advise any code samples! ... >> How can I pass the file to sql server? ... >> I am thinking about passing it as binary data. ...
    (microsoft.public.vb.enterprise)
  • win32 service 2 service communication
    ... I have 2 win32 services written using C# that need to communicate with each ... They are passing back and forth large blobs of binary data. ...
    (microsoft.public.dotnet.framework.performance)
  • Re: How can I pass the file to sql server
    ... > How can I pass the file to sql server? ... > I am thinking about passing it as binary data. ... Prev by Date: ...
    (microsoft.public.vb.enterprise)

Loading