Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
StatusCode FieldAttribute(
	int row,
	int column,
	ref byte attribute
)

...

Visual Basic (Declaration)
Function FieldAttribute ( _
	row As Integer, _
	column As Integer, _
	ByRef attribute As Byte _
) As StatusCode


Visual C++
StatusCode FieldAttribute(
	int row, 
	int column, 
	unsigned char% attribute
)

...