- ChoosePixelFormat
int ChoosePixelFormat(HDC , PIXELFORMATDESCRIPTOR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DescribePixelFormat
int DescribePixelFormat(HDC , int , UINT , PIXELFORMATDESCRIPTOR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FormatMessageA
DWORD FormatMessageA(DWORD , void* , DWORD , DWORD , LPCSTR , DWORD , VA_LIST* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FreeLibrary
void FreeLibrary(HMODULE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetLastError
DWORD GetLastError()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPixelFormat
int GetPixelFormat(HDC )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetProcAddress
FARPROC GetProcAddress(HMODULE , LPCSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- LoadLibraryA
HMODULE LoadLibraryA(LPCSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- LocalFree
HLOCAL LocalFree(HLOCAL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MAKELANGID
DWORD MAKELANGID(WORD p, WORD s)
Undocumented in source. Be warned that the author may not have intended to support it.
- SwapBuffers
BOOL SwapBuffers(HDC )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.