Microsoft DirectX 8.1 (Visual Basic) |
Retrieves the size of the binary data.
object.GetSize() As Long
Returns a Long value set to the size of the binary data, in bytes.
If the method fails, an error is raised and Err.Number may be set to DXFILEERR_BADVALUE.
For information on trapping errors, see the Microsoft® Visual Basic® Error Handling topic.