derelict.util.wintypes

Undocumented in source.

Members

Aliases

BOOL
alias BOOL = int
Undocumented in source.
BYTE
alias BYTE = ubyte
Undocumented in source.
COLORREF
alias COLORREF = DWORD
Undocumented in source.
DWORD
alias DWORD = uint
Undocumented in source.
FARPROC
alias FARPROC = int function()
Undocumented in source.
FLOAT
alias FLOAT = float
Undocumented in source.
HANDLE
alias HANDLE = void*
Undocumented in source.
HBITMAP
alias HBITMAP = HANDLE
Undocumented in source.
HDC
alias HDC = HANDLE
Undocumented in source.
HGLRC
alias HGLRC = HANDLE
Undocumented in source.
HINSTANCE
alias HINSTANCE = HANDLE
Undocumented in source.
HLOCAL
alias HLOCAL = HANDLE
Undocumented in source.
HMODULE
alias HMODULE = HANDLE
Undocumented in source.
HPALETTE
alias HPALETTE = HANDLE
Undocumented in source.
HWND
alias HWND = HANDLE
Undocumented in source.
INT
alias INT = int
Undocumented in source.
LONG
alias LONG = int
Undocumented in source.
LPARAM
alias LPARAM = LONG
Undocumented in source.
LPCSTR
alias LPCSTR = CCPTR
Undocumented in source.
LPVOID
alias LPVOID = void*
Undocumented in source.
UINT
alias UINT = uint
Undocumented in source.
USHORT
alias USHORT = ushort
Undocumented in source.
WORD
alias WORD = ushort
Undocumented in source.
WPARAM
alias WPARAM = UINT
Undocumented in source.

Enums

LANG_NEUTRAL
anonymousenum LANG_NEUTRAL
Undocumented in source.
PFD_DOUBLEBUFFER
anonymousenum PFD_DOUBLEBUFFER
Undocumented in source.
PFD_MAIN_PLANE
anonymousenum PFD_MAIN_PLANE
Undocumented in source.
PFD_TYPE_RGBA
anonymousenum PFD_TYPE_RGBA
Undocumented in source.

Functions

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.

Structs

BITMAPINFO
struct BITMAPINFO
Undocumented in source.
BITMAPINFOHEADER
struct BITMAPINFOHEADER
Undocumented in source.
GLYPHMETRICSFLOAT
struct GLYPHMETRICSFLOAT
Undocumented in source.
LAYERPLANEDESCRIPTOR
struct LAYERPLANEDESCRIPTOR
Undocumented in source.
PIXELFORMATDESCRIPTOR
struct PIXELFORMATDESCRIPTOR
Undocumented in source.
POINTFLOAT
struct POINTFLOAT
Undocumented in source.
RECT
struct RECT
Undocumented in source.
RGBQUAD
struct RGBQUAD
Undocumented in source.
VA_LIST
struct VA_LIST
Undocumented in source.

Meta