Programming Reference


M_ODFacet

     

Class Definition File

ODFacet.idl

Class C++ Binding

ODFacet.xh

Methods

The method defined by the M_ODFacet metaclass include:

Overridden Methods

There are no methods overridden by the M_ODFacet metaclass.

   

clsGetFacetFromHWND (OS/2)

This class method returns a reference to the facet corresponding to the specified window handle.

Signature
ODFacet *clsGetFacetFromHWND (HWND hwnd)

Parameters

hwnd  (HWND)  -  input 

The window handle whose corresponding facet is to be returned.

Returns

rv  (ODFacet *)  -  returns 

A pointer to the corresponding facet. A return value of kODNULL indicates that there is no corresponding facet.

Remarks

This class method provides the inverse function of the facet's GetFacetHWND method.


[ Top | Previous | Next | Contents | Index | Documentation Homepage ]