This document is archived and information here might be outdated. Recommended version. |
Read data from the descriptor table.
[Visual Basic .NET]
Public Function Read ( _
ByVal Start As Integer, _
ByVal Count As Integer _
) As Object
[C#]
public object Read (
int Start,
int Count
);
[C++]
HRESULT Read(
long Start,
long Count
);
[C++] Parameters Start [in]
Start is a parameter of type long Count [in]
Count is a parameter of type long