Thanks for the info.
If lpPixelBuffer is a pointer, what type is it pointing to? Or does this not need declared initially in Delphi ?
The calling code for the function is
for i := 0 to 255 do
for j := 0 to 255 do
Byte(GetBigPointer(lpPixelBuffer, i + (j * 256))^) := j;
What...
Hi there,
I'm trying to convert a piece of Delphi to C, and am not sure what the following code is doing, if anyone here could help me out that'd be great.
Declared at the top is
function GetBigPointer(lp : pointer;
Offset : Longint) : Pointer;
begin
\{$IFDEF WIN32\}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.