|
|
|
ICategorizer Interface |
|
IID_ICategorizer |
{A3B14589-9174-49A8-89A3-06A1AE2B9BA7} |
|
This interface provides methods that are used to obtain information about item identifier lists.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ICategorizer Methods |
Description |
|
GetDescription |
Retrieves the name of a categorizer, such as Group By Device Type, that can be displayed in the user interface (UI). |
|
GetCategory |
Retrieves a list of categories associated with a list of identifiers. |
|
GetCategoryInfo |
Retrieves information about a category, such as the default display and the text to display in the user interface. |
|
CompareCategory |
Determines the relative order of two items in their item identifier lists. |
|
GetDescription |
|
FUNCTION Proto_ICategorizer_GetDescription ( _
FUNCTION
ICategorizer_GetDescription ( _
LOCAL
pszDesc AS DWORD strDesc = ACODE$(PEEK$(pszDesc, cch)) CoTaskMemFree pszDesc
END IF |
|
GetCategory |
|
FUNCTION
ICategorizer_GetCategory ( _
|
|
GetCategoryInfo |
|
FUNCTION
ICategorizer_GetCategoryInfo ( _
CALL DWORD @@pthis[5]
USING ICategorizer_GetCategoryInfo (pthis, dwCategoryId, pci)
TO HRESULT |
|
CompareCategory |
|
FUNCTION
ICategorizer_CompareCategory ( _ CALL DWORD @@pthis[6] USING ICategorizer_CompareCategory (pthis, csfFlags, dwCategory1, dwCategory2) TO HRESULT
FUNCTION = HRESULT |
Page last updated on Monday, 20 March 2006 03:50:14 +0100