OWLNext 7.0
Borland's Object Windows Library for the modern age
|
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. | |
Registers an OCX window for a subsequent call to the TOleDialog::SetupWindow function.
Definition at line 75 of file oledialg.h.
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.
ocf::TRegisterOcxWnd::~TRegisterOcxWnd | ( | ) |
Unregister OCX stub-window class.
Definition at line 193 of file oledialg.cpp.
|
protected |
The application instance for which the OCX window is registered.
Definition at line 82 of file oledialg.h.