ABN_FULLSCREENAPPABN_FULLSCREENAPP*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ABM_WINDOWPOSCHANGED
*Next Topic: ABN_POSCHANGED

ABN_FULLSCREENAPP

Notifies an appbar when a full-screen application is opening or closing. This notification is sent in the form of an application-defined message that is set by the ABM_NEW message.

Syntax

ABN_FULLSCREENAPP 
    fOpen = (BOOL) lParam; 

Parameters

fOpen
Flag specifying whether a full-screen application is opening or closing. This parameter is TRUE if the application is opening or FALSE if it is closing.

Return Values

No return value.

Remarks

When a full-screen application is opening, an appbar must drop to the bottom of the z-order. When it is closing, the appbar should restore its z-order position.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.