OSDN Git Service

SDL_HINT_RENDER_DRIVER metalを追加した https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER...
[sdl2referencejp/sdl2referencejp.git] / SDLNet_GetError.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="SDL_net">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="SDL_net-functions-general.html" title="1\82Â\8fã">
9 <title>SDLNet_GetError</title>
10 </head>
11 <body>
12 <a href="index.html#SDL_net">\96Ú\8e\9f</a> - <a href="SDL_net-functions.html">3.\8aÖ\90\94</a> - <a href="SDL_net-functions-general.html">3.1\88ê\94Ê</a> - SDLNet_GetError
13 <hr>
14 <h1>SDLNet_GetError</h1>
15 <p>
16 <code>char *SDLNet_GetError()</code>
17 </p>
18 <p>
19 \82±\82ê\82Í<a href="SDL_GetError.html">SDL_GetError</a>\82Æ\93¯\82\82Å, SDL_net\8aÖ\90\94\82ª\83G\83\89\81[\8fó\91Ô\82ð\96ß\82µ\82½\82Æ\82«\82É\89½\82ª\8bN\82±\82Á\82½\82©\82ð\83\86\81[\83U\82É\92m\82ç\82¹\82é\83\81\83b\83Z\81[\83W\82ð\96ß\82·.
20 </p>
21 <p>
22 \96ß\82è\92l: \90l\82ª\93Ç\82ß\82é\8dÅ\8cã\82É\94­\90\82µ\82½\83G\83\89\81[\82Ì\97\9d\97R\82Ö\82Ìchar\8c^\83|\83C\83\93\83^
23 </p>
24 <h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
25 <code>
26 <pre>
27 printf("\82È\82ñ\82Ä\82±\82Á\82½\81A\83G\83\89\81[\82¾ : %s", SDLNet_GetError());
28 </pre>
29 </code>
30 <h2>\8c´\95\82Ö\82Ì\83\8a\83\93\83N</h2>
31 <a href="http://www.libsdl.org/projects/SDL_net/docs/SDL_net_10.html#SEC10">3.1.4 SDLNet_GetError</a>
32 <hr>
33 </body>
34 </html>