ReactOS
0.4.12-dev-721-g03c3dd5
|
Functions | |
HMODULE | GetCurrentModule () |
void | lockServer () |
void | unlockServer () |
bool | canUnloadServer () |
void | FreeLpsz (LPSTR lpsz) |
LPSTR | AllocLpsz (const CHAR *lpsz, size_t cb) |
LPSTR | AllocLpsz (const WCHAR *lpwsz, int cchIn) |
LPSTR | BstrToLpsz (BSTR bstr) |
BSTR | LpszToBstr (LPSTR lpsz) |
template<class T , class U > | |
T | aligndown (const T &X, const U &align) |
template<class T , class U > | |
T | alignup (const T &X, const U &align) |
uint8 * | win32_convert_scanlines (int width, int height, int bitcount, int fromalign, int toalign, const uint8 *data, uint8 **buffer) |
HBITMAP | win32_create_dib (LONG width, LONG height, WORD bitcount, const BYTE *data) |
HBRUSH | win32_create_brush (BRUSH *brush, COLORREF fgcolour) |
Variables | |
LONG | g_moduleRefCount = 0 |
T anonymous_namespace{activex.cpp}::aligndown | ( | const T & | X, |
const U & | align | ||
) |
Definition at line 130 of file activex.cpp.
T anonymous_namespace{activex.cpp}::alignup | ( | const T & | X, |
const U & | align | ||
) |
Definition at line 135 of file activex.cpp.
Referenced by RdpClientUI::Display_PaintBitmap(), and ui_create_glyph().
Definition at line 61 of file activex.cpp.
Definition at line 97 of file activex.cpp.
Referenced by SEALED_::SetProperty().
bool anonymous_namespace{activex.cpp}::canUnloadServer | ( | ) |
Definition at line 45 of file activex.cpp.
Definition at line 55 of file activex.cpp.
Referenced by SEALED_::~RdpClient().
HMODULE anonymous_namespace{activex.cpp}::GetCurrentModule | ( | ) |
Definition at line 23 of file activex.cpp.
Referenced by SEALED_::CreateControlWindow(), DllMain(), and SEALED_::LoadTypeLibrary().
void anonymous_namespace{activex.cpp}::lockServer | ( | ) |
Definition at line 102 of file activex.cpp.
Referenced by SEALED_::GetProperty().
void anonymous_namespace{activex.cpp}::unlockServer | ( | ) |
uint8* anonymous_namespace{activex.cpp}::win32_convert_scanlines | ( | int | width, |
int | height, | ||
int | bitcount, | ||
int | fromalign, | ||
int | toalign, | ||
const uint8 * | data, | ||
uint8 ** | buffer | ||
) |
Definition at line 141 of file activex.cpp.
Referenced by ui_create_cursor(), and ui_create_glyph().
Definition at line 240 of file activex.cpp.
Referenced by RdpClientUI::Display_PatBlt(), and RdpClientUI::Display_Polygon().
HBITMAP anonymous_namespace{activex.cpp}::win32_create_dib | ( | LONG | width, |
LONG | height, | ||
WORD | bitcount, | ||
const BYTE * | data | ||
) |
Definition at line 192 of file activex.cpp.
Referenced by ui_create_bitmap(), and ui_create_cursor().
LONG anonymous_namespace{activex.cpp}::g_moduleRefCount = 0 |
Definition at line 33 of file activex.cpp.
Referenced by unlockServer().