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