SHAppbarMessage函数返回什么值?(50分)

  • 主题发起人 主题发起人 maikee1978
  • 开始时间 开始时间
M

maikee1978

Unregistered / Unconfirmed
GUEST, unregistred user!
MSDN是说
Returns a message-dependent value. For more information, see the Microsoft Platform SDK documentation for the appbar message sent.
但是关于下面这段代码:
var
State:UINT;
begin
State:=SHAppBarMessage(ABM_GETSTATE,FABRD);//FABRD是一个初始化了的TAPPBarData类型值
if ABS_ALWAYSONTOP and State=0 then
......
end;
如果向Windows注册的APPBAR为下列状态时State是多少
自动隐藏 总在最前 State值
True True ?
True False ?
False False ?
False True ?
谢谢
 
自动隐藏 总在最前 State值
True True 3
True False 1
False False 0
False True 2
 
接受答案了.
 

Similar threads

I
回复
0
查看
681
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
654
import
I
后退
顶部