CWindow::GetHotKey

DWORD GetHotKey( ) const;

Return Value

The virtual key code and modifiers for the hot key associated with the window. For a list of possible modifiers, see WM_GETHOTKEY in the Win32 SDK.

Remarks

Determines the hot key associated with the window by sending a WM_GETHOTKEY message.

CWindow OverviewClass Members

See Also   CWindow::SetHotKey