AFX_GLOBAL_DATA::GetITaskbarList3

Creates and stores in the global data a pointer to the ITaskBarList3 interface.

ITaskbarList3 *GetITaskbarList3();

Return Value

A pointer to the ITaskbarList3 interface if creation of a task bar list object succeeds; NULL if creation fails or if the current Operation System is less than Windows 7.

Requirements

Header: afxglobals.h

See Also

Reference

AFX_GLOBAL_DATA Structure