#include "ltivw.h"
L_LTIVW_API L_INT L_DispContainerGetTitlebarProperties(hCellWnd, pDispContainerTitlebarProps, uFlags)
Retrieves the title bar properties.
A handle to the window that represents the Medical Viewer Cell.
Pointer to a DISPCONTAINERTITLEBARPROPS structure to be updated with the title bar properties.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Before calling L_DispContainerGetTitlebarProperties the user should:
To change the title bar properties, call the L_DispContainerGetTitlebarProperties function.
For more information on the available title bar properties, refer to the DISPCONTAINERTITLEBARPROPS structure.
Required DLLs and Libraries
For an example, refer to L_DispContainerShowTitlebar.