Home
last modified time | relevance | path

Searched defs:OwnerDrawParent (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h624 template<typename BASE> struct OwnerDrawParent : public BASE struct
628 OwnerDrawParent(HWND hwnd) in OwnerDrawParent() argument
654 …The owning window should use the OwnerDrawParent template to route owner draw messages to the butt… argument