|
|
|
ICommandStream Interface |
|
IID_ICommandStream |
{0C733ABF-2A1C-11CE-ADE5-00AA0044773D} |
|
ICommandStream, while similar to ICommandText, passes a command as a stream object rather than as a string. ICommandStream is not a mandatory interface.
Documentation: ICommandStream
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ICommandStream Methods |
Description |
|
GetCommandStream |
Returns the command stream object set by the last call to ICommandStream::SetCommandStream. |
|
SetCommandStream |
Sets the command stream object, replacing the existing stream object. |
|
GetCommandStream |
|
FUNCTION
ICommandStream_GetCommandStream ( _ , BYREF ppid AS GUID _ , BYREF pguidDialect AS GUID _ , BYREF ppCommandStream AS DWORD _ ) AS LONG
|
|
SetCommandStream |
|
FUNCTION
ICommandStream_SetCommandStream ( _ , BYREF riid AS GUID _ , BYREF rguidDialect AS GUID _ , BYVAL pCommandStream AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 11 November 2006 03:32:06 +0100