Home
last modified time | relevance | path

Searched refs:return_appearance (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_system_scroll_appearance_get.c77 UINT _gx_system_scroll_appearance_get(ULONG style, GX_SCROLLBAR_APPEARANCE *return_appearance) in _gx_system_scroll_appearance_get() argument
81 *return_appearance = _gx_system_horizontal_scrollbar_appearance; in _gx_system_scroll_appearance_get()
85 *return_appearance = _gx_system_vertical_scrollbar_appearance; in _gx_system_scroll_appearance_get()
Dgxe_system_scroll_appearance_get.c77 UINT _gxe_system_scroll_appearance_get(ULONG style, GX_SCROLLBAR_APPEARANCE *return_appearance) in _gxe_system_scroll_appearance_get() argument
85 if (return_appearance == GX_NULL) in _gxe_system_scroll_appearance_get()
91 status = _gx_system_scroll_appearance_get(style, return_appearance); in _gxe_system_scroll_appearance_get()
/GUIX-v6.4.1/common/inc/
Dgx_system.h200 UINT _gxe_system_scroll_appearance_get(ULONG style, GX_SCROLLBAR_APPEARANCE *return_appearance);
Dgx_api.h5742 UINT _gxe_system_scroll_appearance_get(ULONG style, GX_SCROLLBAR_APPEARANCE *return_appearance);