Tao.Sdl SDK Documentation

Sdl.SDL_ReadBE16 Method 

Read an item of the specified endianness and return in native format.

[Visual Basic]
Public Shared Function SDL_ReadBE16( _
   ByVal src As IntPtr _
) As Short
[C#]
public static short SDL_ReadBE16(
   IntPtr src
);

Parameters

src

Remarks

Binds to C-function in SDL_rwops.h

            extern DECLSPEC Uint16 SDLCALL SDL_ReadBE16(SDL_RWops *src)
            

See Also

Sdl Class | Tao.Sdl Namespace | SDL_AllocRW