ReactOS 0.4.15-dev-7918-g2a2556c
webchild.cpp File Reference
#include <precomp.h>
#include "webchild.h"
#include <comutil.h>
Include dependency graph for webchild.cpp:

Go to the source code of this file.

Functions

void T2nA_binary (LPCTSTR s, LPSTR d, int len)
 
HWND create_webchildwindow (const WebChildWndInfo &info)
 

Variables

static const CLSID CLSID_MozillaBrowser
 

Function Documentation

◆ create_webchildwindow()

HWND create_webchildwindow ( const WebChildWndInfo info)

Definition at line 175 of file webchild.cpp.

176{
178
179 if (!pWnd)
180 return 0;
181
182 return *pWnd;
183}
encapsulation of Web control in MDI child windows
Definition: webchild.h:836
static WebChildWindow * create(const FileChildWndInfo &info)
Definition: webchild.h:842

Referenced by MDIMainFrame::Command(), and MDIMainFrame::WndProc().

◆ T2nA_binary()

void T2nA_binary ( LPCTSTR  s,
LPSTR  d,
int  len 
)

Definition at line 127 of file webchild.cpp.

128{
129 while(len-- > 0)
130 *d++ = (unsigned char)*s++;
131}
unsigned char
Definition: typeof.h:29
GLdouble s
Definition: gl.h:2039
GLenum GLsizei len
Definition: glext.h:6722
#define d
Definition: ke_i.h:81

Referenced by BrowserNavigator::navigated().

Variable Documentation

◆ CLSID_MozillaBrowser

const CLSID CLSID_MozillaBrowser
static
Initial value:
=
{0x1339B54C, 0x3453, 0x11D2, {0x93, 0xB9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}

Definition at line 185 of file webchild.cpp.

Referenced by WebChildWindow::WebChildWindow().