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 ?
谢谢
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 ?
谢谢