L_DispContainerGetTitlebarProperties

Summary

Retrieves the title bar properties.

Syntax

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerGetTitlebarProperties(hCellWnd, pDispContainerTitlebarProps, uFlags)

Parameters

L_HWND hCellWnd

A handle to the window that represents the Medical Viewer Cell.

pDISPCONTAINERTITLEBARPROPS pDispContainerTitlebarProps

Pointer to a DISPCONTAINERTITLEBARPROPS structure to be updated with the title bar properties.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Before calling L_DispContainerGetTitlebarProperties the user should:

  1. Declare a variable of type DISPCONTAINERTITLEBARPROPS.
  2. Set the DISPCONTAINERTITLEBARPROPS.uStructSize member to the value of sizeof(DISPCONTAINERTITLEBARPROPS).
  3. Set the DISPCONTAINERTITLEBARPROPS.uMask member value to indicate what the members will be updated with the current values.
  4. Pass a pointer to the DISPCONTAINERTITLEBARPROPS structure to L_DispContainerGetTitlebarProperties as the pDispContainerTitlebarProps parameter.

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

See Also

Functions

Topics

Example

For an example, refer to L_DispContainerShowTitlebar.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Medical Image Viewer C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.