OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::TRegisterOcxWnd Class Reference

Registers an OCX window for a subsequent call to the TOleDialog::SetupWindow function. More...

#include <ocf/oledialg.h>

Public Member Functions

 TRegisterOcxWnd (HINSTANCE)
 Registers an OCX window for the specified instance of the application.
 
 ~TRegisterOcxWnd ()
 Unregister OCX stub-window class.
 

Protected Attributes

HINSTANCE HAppInst
 The application instance for which the OCX window is registered.
 

Detailed Description

Registers an OCX window for a subsequent call to the TOleDialog::SetupWindow function.

Definition at line 75 of file oledialg.h.

Constructor & Destructor Documentation

◆ TRegisterOcxWnd()

ocf::TRegisterOcxWnd::TRegisterOcxWnd ( HINSTANCE hInst)

Registers an OCX window for the specified instance of the application.

Definition at line 169 of file oledialg.cpp.

References HAppInst.

◆ ~TRegisterOcxWnd()

ocf::TRegisterOcxWnd::~TRegisterOcxWnd ( )

Unregister OCX stub-window class.

Definition at line 193 of file oledialg.cpp.

References _T, and HAppInst.

Member Data Documentation

◆ HAppInst

HINSTANCE ocf::TRegisterOcxWnd::HAppInst
protected

The application instance for which the OCX window is registered.

Definition at line 82 of file oledialg.h.


The documentation for this class was generated from the following files: