tango.sys.win32.Macros

Undocumented in source.

Public Imports

tango.sys.win32.Types
public import tango.sys.win32.Types;
Undocumented in source.

Members

Functions

CMYK
COLORREF CMYK(ubyte c, ubyte m, ubyte y, ubyte k)
Undocumented in source. Be warned that the author may not have intended to support it.
CopyMemory
void CopyMemory(void* dest, const(void)* src, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateDialogA
HWND CreateDialogA(HINST a, LPCSTR b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateDialogIndirectA
HWND CreateDialogIndirectA(HINST a, LPCDLGTEMPLATE b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateDialogIndirectW
HWND CreateDialogIndirectW(HINST a, LPCDLGTEMPLATE b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateDialogW
HWND CreateDialogW(HINST a, LPCWSTR b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateWindowA
HWND CreateWindowA(LPCSTR b, LPCSTR c, DWORD d, int e, int f, int g, int h, HWND i, HMENU j, HINST k, POINTER l)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateWindowW
HWND CreateWindowW(LPCWSTR b, LPCWSTR c, DWORD d, int e, int f, int g, int h, HWND i, HMENU j, HINST k, POINTER l)
Undocumented in source. Be warned that the author may not have intended to support it.
DialogBoxA
int DialogBoxA(HINST a, LPCSTR b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
DialogBoxIndirectA
int DialogBoxIndirectA(HINST a, LPCDLGTEMPLATE b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
DialogBoxIndirectW
int DialogBoxIndirectW(HINST a, LPCDLGTEMPLATE b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
DialogBoxW
int DialogBoxW(HINST a, LPCWSTR b, HWND c, DLGPROC d)
Undocumented in source. Be warned that the author may not have intended to support it.
ExitWindows
BOOL ExitWindows(DWORD dwReserved, UINT uReserved)
Undocumented in source. Be warned that the author may not have intended to support it.
FAILED
BOOL FAILED(HRESULT Status)
Undocumented in source. Be warned that the author may not have intended to support it.
FillMemory
void FillMemory(void* dest, uint len, ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
GetBValue
ubyte GetBValue(COLORREF rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
GetCValue
ubyte GetCValue(COLORREF cmyk)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGValue
ubyte GetGValue(COLORREF rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
GetKValue
ubyte GetKValue(COLORREF cmyk)
Undocumented in source. Be warned that the author may not have intended to support it.
GetMValue
ubyte GetMValue(COLORREF cmyk)
Undocumented in source. Be warned that the author may not have intended to support it.
GetRValue
ubyte GetRValue(COLORREF rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
GetYValue
ubyte GetYValue(COLORREF cmyk)
Undocumented in source. Be warned that the author may not have intended to support it.
GlobalDiscard
HANDLE GlobalDiscard(HANDLE h)
Undocumented in source. Be warned that the author may not have intended to support it.
HIBYTE
ubyte HIBYTE(ushort W)
Undocumented in source. Be warned that the author may not have intended to support it.
HIWORD
ushort HIWORD(uint L)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_CODE
int HRESULT_CODE(HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_FACILITY
int HRESULT_FACILITY(HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_FROM_WIN32
HRESULT HRESULT_FROM_WIN32(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
HRESULT_SEVERITY
int HRESULT_SEVERITY(HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
IS_ERROR
BOOL IS_ERROR(HRESULT Status)
Undocumented in source. Be warned that the author may not have intended to support it.
LOBYTE
ubyte LOBYTE(ushort W)
Undocumented in source. Be warned that the author may not have intended to support it.
LOWORD
ushort LOWORD(uint L)
Undocumented in source. Be warned that the author may not have intended to support it.
LocalDiscard
HANDLE LocalDiscard(HANDLE h)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKELONG
uint MAKELONG(ushort A, ushort B)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKELPARAM
LPARAM MAKELPARAM(ushort l, ushort h)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKELRESULT
LRESULT MAKELRESULT(ushort l, ushort h)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKEROP4
DWORD MAKEROP4(DWORD fore, DWORD back)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKEWORD
ushort MAKEWORD(ubyte A, ubyte B)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKEWPARAM
WPARAM MAKEWPARAM(ushort l, ushort h)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKE_HRESULT
HRESULT MAKE_HRESULT(int sev, int fac, int code)
Undocumented in source. Be warned that the author may not have intended to support it.
MoveMemory
void MoveMemory(void* dest, const(void)* src, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.
PALETTEINDEX
COLORREF PALETTEINDEX(ushort i)
Undocumented in source. Be warned that the author may not have intended to support it.
PALETTERGB
COLORREF PALETTERGB(ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
RGB
COLORREF RGB(ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
SUCCEEDED
BOOL SUCCEEDED(HRESULT Status)
Undocumented in source. Be warned that the author may not have intended to support it.
ZeroMemory
void ZeroMemory(void* dest, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta