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> pxblobput(blobhandle blbhandle, unsigned size, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: PXBlobPut(BLOBHANDLE blbHandle, unsigned size,
                      unsigned long offset, void *buff)

Args: blbHandle - blob handle
      size      - number of bytes to write
      offset    - offset to begin writing
      buff      - buffer contaning data to be written

Returns: PXSUCCESS or error number

Synopsis: Writes data to the private blob created with PXBlobOpenWrite.
   Note that this does not affect the public (table) blob. The public blob
   is not affected until the blob is closed and the table record is
   written.

See Also: Example PXBlobOpenWrite PXBlobClose Blobs

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