Tao.Sdl SDK Documentation

Sdl.SDL_WriteBE32 Method 

Write an item of native format to the specified endianness

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

Parameters

dst
val

Remarks

Binds to C-function in SDL_rwops.h

            extern DECLSPEC int SDLCALL SDL_WriteBE32(SDL_RWops *dst, Uint32 value)
            

See Also

Sdl Class | Tao.Sdl Namespace | SDL_AllocRW