C++
virtual Acad::ErrorStatus readInt64( Adesk::Int64* pVal ) = 0;
Description
Reads a signed 64-bit integer value from the filer into the memory pointed to by pVal.
Parameters
Parameters | Description |
---|---|
pVal | Points to the 64-bit integer variable which will receive the value. |
Returns
Acad::eOk if successfull, an error code if not.
Remarks
This method should only be called on filers whose version is 2010 or newer.