SDL_GetIOProperties

Get the properties associated with an SDL_IOStream.

\param context a pointer to an SDL_IOStream structure.

extern (C) nothrow @nogc extern
SDL_GetIOProperties

Return Value

a valid property ID on success or 0 on failure; call SDL_GetError() for more information.

Threadsafety: This function is not thread safe.

Meta