This document is archived and information here might be outdated. Recommended version. |
Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to long, returns E_FAIL.
[Visual Basic .NET]
Public Function ReadValueAsInt64 ( _
) As Long
[C#]
public long ReadValueAsInt64 (
);
[C++]
HRESULT ReadValueAsInt64(
void
);