Gets the handle to the window that owns the container.
#include "Ltwrappr.h"
L_INT LContainer::GetOwner (phwndOwner)
Pointer to a window handle to be updated with the handle of the window that owns the container.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
For an example, refer to LContainer::Update.