This document is archived and information here might be outdated. Recommended version. |
A structure containing the value of a field.
[Visual Basic .NET] Public Sub New ( _ m_value As Object, m_length As Integer, m_status As Integer )
[C#] public tagFieldValue { object m_value, uint m_length, uint m_status )
[C++]
typedef struct tagFieldValue { } tagFieldValue;