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> pxblobclose(blobhandle blbhandle, int accept) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: PXBlobClose(BLOBHANDLE blbHandle, int accept)

Args: blbHandle - blob handle
      accept    -  PXBLOBACCEPT (non zero)
                   PXBLOBREJECT (zero)

Returns: PXSUCCESS or error number

Synopsis:  Closes the specified blob.  If the blob was opened with
     PXBlobOpenRead,  any private blob is released and the accept
     paramater is ignored.

         If the blob was opened with PXBlobOpenWrite:

         If accept is zero,  the private blob is released and the
         previous blob restored.  If the previous blob was public,  it is
         restored to NULL.

         If accept is non-zero,  the private blob becomes the public
         blob when the parent record is written.

See Also: Example PXBlobOpenRead PXBlobOpenWrite

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