|
|
|
ISessionProperties Interface |
|
IID_ISessionProperties |
{0C733A85-2A1C-11CE-ADE5-00AA0044773D} |
|
ISessionProperties returns information about the properties a session supports and the current settings of those properties. It is a mandatory interface on sessions.
Documentation: ISessionProperties
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ISessionProperties Methods |
Description |
|
GetProperties |
Returns the list of properties in the Session property group that are currently set on the session. |
|
SetProperties |
Sets properties in the Session property group. |
|
QueryInterface |
|
FUNCTION ISessionProperties_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION ISessionProperties_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION ISessionProperties_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetProperties |
|
FUNCTION
ISessionProperties_GetProperties ( _ , BYVAL cPropertyIDSets AS DWORD _ , BYVAL rgPropertyIDSets AS DWORD _ , BYREF pcPropertySets AS DWORD _ , BYREF prgPropertySets AS DWORD _ ) AS LONG
|
|
SetProperties |
|
FUNCTION
ISessionProperties_SetProperties ( _ , BYVAL cPropertySets AS DWORD _ , BYREF rgPropertySets AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:49:59 +0100