soui 5.0.0.1
 
Loading...
Searching...
No Matches
IHotKeyCtrl Struct Reference
Inheritance diagram for IHotKeyCtrl:
ICtrl IObjRef TWindowProxy< IHotKeyCtrl > SHotKeyCtrl

Public Member Functions

 DECLARE_CLASS_SIID (IID_IHotKeyCtrl) long AddRef() PURE
 增加引用计数
 
long Release () PURE
 减少引用计数
 
void OnFinalRelease () PURE
 释放对象
 
IWindowToIWindow () PURE
 转换为IWindow*接口
 
void SetRule (WORD wInvalidComp, WORD wModifier) PURE
 设置规则
 
void SetHotKey (WORD wKey, WORD wModifiers) PURE
 设置热键
 
void GetHotKey (WORD *wKey, WORD *wModifers) SCONST PURE
 获取热键
 
- Public Member Functions inherited from ICtrl
 DECLARE_CLASS_SIID (IID_ICtrl) long AddRef() PURE
 增加引用计数
 
long Release () PURE
 减少引用计数
 
void OnFinalRelease () PURE
 释放对象
 
IWindowToIWindow () PURE
 转换为IWindow*接口
 
- Public Member Functions inherited from IObjRef
long AddRef () PURE
 Increases the reference count.
 
long Release () PURE
 Decreases the reference count.
 
void OnFinalRelease () PURE
 Called when the reference count reaches zero and the object is about to be released.
 

Detailed Description

Definition at line 2650 of file SCtrl-i.h.

Member Function Documentation

◆ DECLARE_CLASS_SIID()

IHotKeyCtrl::DECLARE_CLASS_SIID ( IID_IHotKeyCtrl )

增加引用计数

Returns
新引用计数

◆ GetHotKey()

void IHotKeyCtrl::GetHotKey ( WORD * wKey,
WORD * wModifers )

获取热键

SHotKeyCtrl::GetHotKey

Parameters
WORD&vKey –
WORDwModifiers –

Describe 获取热键

◆ OnFinalRelease()

void IHotKeyCtrl::OnFinalRelease ( )

释放对象

Returns
void

◆ Release()

long IHotKeyCtrl::Release ( )

减少引用计数

Returns
新引用计数

◆ SetHotKey()

void IHotKeyCtrl::SetHotKey ( WORD wKey,
WORD wModifiers )

设置热键

SHotKeyCtrl::SetHotKey

Parameters
WORDvKey –
WORDwModifiers –

Describe 设置热键

◆ SetRule()

void IHotKeyCtrl::SetRule ( WORD wInvalidComp,
WORD wModifier )

设置规则

SHotKeyCtrl::SetRule

Parameters
WORDwInvalidComp –
WORDwModifier –

Describe 设置规则

◆ ToIWindow()

IWindow * IHotKeyCtrl::ToIWindow ( )

转换为IWindow*接口

Returns
IWindow*接口

The documentation for this struct was generated from the following file: