ReactOS 0.4.16-dev-91-g764881a
|
#include "stdafx.h"
#include "mstsclib_h.h"
#include "mstsclib_redist_i.c"
#include "rdesktop/rdesktop.h"
#include "rdesktop/proto.h"
Go to the source code of this file.
Classes | |
class | RdpClientUI |
class | SEALED_ |
class | SEALED_::RdpClientInner |
struct | SEALED_::EventArguments |
struct | SEALED_::RedirectArguments |
class | SEALED_::SEALED_ |
class | SEALED_::CEnumConnectionPoints |
class | ClassFactory |
Namespaces | |
namespace | MSTSCLib |
namespace | MSTSCLib_Redist |
namespace | anonymous_namespace{activex.cpp} |
Macros | |
#define | SEALED_ |
Variables | |
LONG | anonymous_namespace{activex.cpp}::g_moduleRefCount = 0 |
Definition at line 295 of file activex.cpp.
Definition at line 6051 of file activex.cpp.
Definition at line 6011 of file activex.cpp.
Definition at line 6062 of file activex.cpp.
Definition at line 5908 of file activex.cpp.
Referenced by process_data_pdu().
BOOL event_redirect | ( | RDPCLIENT * | This, |
uint32 | flags, | ||
uint32 | server_len, | ||
wchar_t * | server, | ||
uint32 | cookie_len, | ||
char * | cookie, | ||
uint32 | username_len, | ||
wchar_t * | username, | ||
uint32 | domain_len, | ||
wchar_t * | domain, | ||
uint32 | password_len, | ||
wchar_t * | password | ||
) |
Definition at line 5913 of file activex.cpp.
Referenced by process_redirect_pdu().
STDAPI_ | ( | ULONG | ) |
Definition at line 6056 of file activex.cpp.
Definition at line 5622 of file activex.cpp.
Definition at line 5889 of file activex.cpp.
Definition at line 5762 of file activex.cpp.
HCOLOURMAP ui_create_colourmap | ( | RDPCLIENT * | This, |
COLOURMAP * | colours | ||
) |
Definition at line 5773 of file activex.cpp.
HCURSOR ui_create_cursor | ( | RDPCLIENT * | This, |
unsigned int | x, | ||
unsigned int | y, | ||
int | width, | ||
int | height, | ||
uint8 * | andmask, | ||
uint8 * | xormask | ||
) |
Definition at line 5784 of file activex.cpp.
Definition at line 5825 of file activex.cpp.
Definition at line 5755 of file activex.cpp.
Definition at line 5767 of file activex.cpp.
Definition at line 5819 of file activex.cpp.
Definition at line 5863 of file activex.cpp.
void ui_draw_text | ( | RDPCLIENT * | This, |
uint8 | font, | ||
uint8 | flags, | ||
uint8 | opcode, | ||
int | mixmode, | ||
int | x, | ||
int | y, | ||
int | clipx, | ||
int | clipy, | ||
int | clipcx, | ||
int | clipcy, | ||
int | boxx, | ||
int | boxy, | ||
int | boxcx, | ||
int | boxcy, | ||
BRUSH * | brush, | ||
int | bgcolour, | ||
int | fgcolour, | ||
uint8 * | text, | ||
uint8 | length | ||
) |
Definition at line 5701 of file activex.cpp.
void ui_ellipse | ( | RDPCLIENT * | This, |
uint8 | opcode, | ||
uint8 | fillmode, | ||
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
BRUSH * | brush, | ||
int | bgcolour, | ||
int | fgcolour | ||
) |
Definition at line 5674 of file activex.cpp.
Definition at line 5627 of file activex.cpp.
void ui_line | ( | RDPCLIENT * | This, |
uint8 | opcode, | ||
int | startx, | ||
int | starty, | ||
int | endx, | ||
int | endy, | ||
PEN * | pen | ||
) |
Definition at line 5680 of file activex.cpp.
void ui_memblt | ( | RDPCLIENT * | This, |
uint8 | opcode, | ||
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
HBITMAP | src, | ||
int | srcx, | ||
int | srcy | ||
) |
Definition at line 5648 of file activex.cpp.
Definition at line 5869 of file activex.cpp.
void ui_polygon | ( | RDPCLIENT * | This, |
uint8 | opcode, | ||
uint8 | fillmode, | ||
POINT * | point, | ||
int | npoints, | ||
BRUSH * | brush, | ||
int | bgcolour, | ||
int | fgcolour | ||
) |
Definition at line 5685 of file activex.cpp.
Definition at line 5690 of file activex.cpp.
Definition at line 5637 of file activex.cpp.
Definition at line 5885 of file activex.cpp.
Definition at line 5894 of file activex.cpp.
void ui_set_colourmap | ( | RDPCLIENT * | This, |
HCOLOURMAP | map | ||
) |
Definition at line 5778 of file activex.cpp.
Definition at line 5874 of file activex.cpp.
Definition at line 5879 of file activex.cpp.