SDL Wiki
(This function is part of SDL_net, a separate library from SDL.)

SDLNet_Init

Initialize SDL_net.

Syntax

int SDLNet_Init(void);

Return Value

Returns 0 on success, -1 on error.

Remarks

You must successfully call this function before it is safe to call any other function in this library, with one exception: a human-readable error message can be retrieved from SDLNet_GetError() if this function fails.

SDL must be initialized before calls to functions in this library, because this library uses utility functions from the SDL library.

It is safe to call this more than once; the library keeps a counter of init calls, and decrements it on each call to SDLNet_Quit, so you must pair your init and quit calls.

Version

This function is available since SDL_net 2.0.0.


CategoryAPI


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.