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

Args: blbHandle - Blob handle
      size      - pointer to long that will receive the size

Returns: PXSUCCESS or error number

Synopsis:  Returns (via size) the size of a blob that was specified
   when the blob was opened with PXBlobOpenWrite. Note that this size
   represents the space allocated in the blob file. The actual data
   written may be smaller.

See Also: Example PXBlobOpenWrite PXBlobPut

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