Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - <b>syntax:</b> pxblobget(blobhandle blbhandle, unsigned size, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: PXBlobGet(BLOBHANDLE blbHandle, unsigned size,
                      unsigned long offset, void *buff)

Args: blbHandle - blob handle (obtained from PXBlobOpenRead)
      size      - number of bytes to read (65,520 max)
      offset    - offset in blob to begin reading
      buff      - buffer to store the data read

Returns: PXSUCCESS or error number

Synopsis:  Reads a blob,  or portion thereof,  into the memory location
   pointed to by buff. PXBlobGet can only be used on a blob opened
   with PXBlobOpenRead.

See Also: Example PXBlobClone PXBlobOpenRead Blobs

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson