|
|
|
IGetSession Interface |
|
IID_IGetSession |
{0C733ABA-2A1C-11CE-ADE5-00AA0044773D} |
|
The IGetSession interface returns an interface pointer on the session object within whose context the row object was created.
Documentation: IGetSession
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IGetSession Method |
Description |
|
GetSession |
A consumer calls IGetSession::GetSession to get an interface pointer on the session object associated with the row. |
|
QueryInterface |
|
FUNCTION IGetSession_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IGetSession_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IGetSession_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetSession |
|
FUNCTION
IGetSession_GetSession ( _ , BYREF riid AS GUID _ , BYREF ppSession AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:31:56 +0100