[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppHandle
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppHandle
(C++ Win32 API) Handle
A pointer (often of type void*) to a Windows struct, e.g. a Window or a Device Context.const HWND handleWindow = GetWindow(Application->Handle,GW_HWNDFIRST); const HDC handleDC = GetDC(handleWindow);
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
