CWindow.InstanceHandleproperty
Gets/sets the instance handle.
Syntax
PROPERTY InstanceHandle () AS HINSTANCE
PROPERTY InstanceHandle (BYVAL hInst AS HINSTANCE)
Parameters
| Name | Description | |
|---|---|---|
hInst | The instance handle. |
Return value
The instance handle.
Description
Gets/sets the instance handle.
Examples
DIM hInstance = pWindow.InstanceHandle
pWindow.InstanceHandle = pInstance
Reference
- Include file
CWindow.inc - Defined in AfxNova/CWindow.inc:785
- Documented in Windows/Windows GUI/CWindow Class.md
- Topic: CWindow Class