Microsoft DirectX 8.1 (Visual Basic)

DirectXFileBinary.GetSize

Retrieves the size of the binary data.

object.GetSize() As Long

Parts

object
Object expression that resolves to a DirectXFileBinary object.

Return Values

Returns a Long value set to the size of the binary data, in bytes.

Error Codes

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.