ReactOS 0.4.16-dev-125-g798ea90
|
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 |
Definition at line 130 of file activex.cpp.
Referenced by alignup().
Definition at line 135 of file activex.cpp.
Referenced by RdpClientUI::Display_PaintBitmap(), ui_create_glyph(), and win32_convert_scanlines().
Definition at line 61 of file activex.cpp.
Referenced by BstrToLpsz(), and SEALED_::HandleEvent().
Definition at line 74 of file activex.cpp.
Definition at line 97 of file activex.cpp.
Referenced by SEALED_::IMsTscAx::Connect(), and SEALED_::SetProperty().
bool anonymous_namespace{activex.cpp}::canUnloadServer | ( | ) |
Definition at line 55 of file activex.cpp.
Referenced by AllocLpsz(), SEALED_::HandleEvent(), and SEALED_::~RdpClient().
HMODULE anonymous_namespace{activex.cpp}::GetCurrentModule | ( | ) |
Definition at line 23 of file activex.cpp.
Referenced by SEALED_::CreateControlWindow(), DllMain(), SEALED_::LoadTypeLibrary(), SEALED_::Shutdown(), RdpClientUI::Startup(), and SEALED_::Startup().
void anonymous_namespace{activex.cpp}::lockServer | ( | ) |
Definition at line 35 of file activex.cpp.
Referenced by ClassFactory::ClassFactory(), and ClassFactory::LockServer().
Definition at line 102 of file activex.cpp.
Referenced by SEALED_::GetProperty().
void anonymous_namespace{activex.cpp}::unlockServer | ( | ) |
Definition at line 40 of file activex.cpp.
Referenced by ClassFactory::LockServer(), ClassFactory::~ClassFactory(), and SEALED_::~RdpClient().
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 canUnloadServer(), lockServer(), and unlockServer().