ReactOS 0.4.17-dev-784-g3812a95
IHeaderCtrl Interface Reference
Inheritance diagram for IHeaderCtrl:
Collaboration diagram for IHeaderCtrl:

Public Member Functions

HRESULT InsertColumn ([in] int nCol, [in] LPCWSTR title, [in] int nFormat, [in] int nWidth)
 
HRESULT DeleteColumn ([in] int nCol)
 
HRESULT SetColumnText ([in] int nCol, [in] LPCWSTR title)
 
HRESULT GetColumnText ([in] int nCol, [out] LPOLESTR *pText)
 
HRESULT SetColumnWidth ([in] int nCol, [in] int nWidth)
 
HRESULT GetColumnWidth ([in] int nCol, [out] int *pWidth)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 493 of file mmc.idl.

Member Function Documentation

◆ DeleteColumn()

HRESULT IHeaderCtrl::DeleteColumn ( [in] int  nCol)

◆ GetColumnText()

HRESULT IHeaderCtrl::GetColumnText ( [in] int  nCol,
[out] LPOLESTR *  pText 
)

◆ GetColumnWidth()

HRESULT IHeaderCtrl::GetColumnWidth ( [in] int  nCol,
[out] int pWidth 
)

◆ InsertColumn()

HRESULT IHeaderCtrl::InsertColumn ( [in] int  nCol,
[in] LPCWSTR  title,
[in] int  nFormat,
[in] int  nWidth 
)

◆ SetColumnText()

HRESULT IHeaderCtrl::SetColumnText ( [in] int  nCol,
[in] LPCWSTR  title 
)

◆ SetColumnWidth()

HRESULT IHeaderCtrl::SetColumnWidth ( [in] int  nCol,
[in] int  nWidth 
)

The documentation for this interface was generated from the following file: