Tao.Sdl SDK Documentation

Sdl.SDL_WriteBE16 Method 

Write an item of native format to the specified endianness

[Visual Basic]
Public Shared Function SDL_WriteBE16( _
   ByVal dst As IntPtr, _
   ByVal val As Short _
) As Integer
[C#]
public static int SDL_WriteBE16(
   IntPtr dst,
   short val
);

Parameters

dst
val

Remarks

Binds to C-function in SDL_rwops.h

            extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst, Uint16 value)
            

See Also

Sdl Class | Tao.Sdl Namespace | SDL_AllocRW