|
|
|
IViewSort Interface |
|
IID_IViewSort |
{0C733A9A-2A1C-11CE-ADE5-00AA0044773D} |
|
IViewSort enables the consumer to apply a sort order to a view.
Documentation: IViewSort
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IViewSort Methods |
Description |
|
GetSortOrder |
Retrieves a sort order from a view. |
|
SetSortOrder |
Assigns a sort order to a view. |
|
QueryInterface |
|
FUNCTION IViewSort_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IViewSort_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IViewSort_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetSortOrder |
|
FUNCTION
IViewSort_GetSortOrder ( _ , BYREF pcValues AS DWORD _ , BYREF prgColumns AS DWORD _ , BYREF prgOrders AS DWORD _ ) AS LONG
|
|
SetSortOrder |
|
FUNCTION
IViewSort_SetSortOrder ( _ , BYVAL cValues AS DWORD _ , BYVAL rgColumns AS DWORD _ , BYVAL rgOrders AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 07 January 2006 20:34:50 +0100