Tao.Sdl SDK Documentation |
|
Sdl.SDL_ReadLE32 Method
Read an item of the specified endianness and return in native format.
[Visual Basic]
Public Shared Function SDL_ReadLE32( _
ByVal
src As
IntPtr _
) As
Integer
[C#]
public static
int SDL_ReadLE32(
IntPtr src);
Parameters
-
src
-
Remarks
Binds to C-function in SDL_rwops.h
extern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops *src)
See Also
Sdl Class | Tao.Sdl Namespace | SDL_AllocRW