IRDPSRAPITransportStreamBuffer::Storage property
The address of the internal storage buffer for the stream.
This property is read-only.
Syntax
HRESULT get_Storage( [out, retval] BYTE **ppbStorage );
Property value
The address of the internal storage buffer for the stream.
Error codes
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Requirements
|
Minimum supported client |
Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
|
CLSID |
CLSID_RDPTransportStreamBuffer is defined as 8D4A1C69-F17F-4549-A699-761C6E6B5C0A |
|
IID |
IID_IRDPTransportStreamBuffer is defined as 81c80290-5085-44b0-b460-f865c39cb4a9 |
See also