This documentation is archived and is not being maintained.

IDataObject::GetData Method

Renders the data that is described in the specified pFormatEtc structure and transfers it to the b parameter.

Namespace:  Microsoft.Aspnet.Snapin
Assembly:  AspNetMMCExt (in AspNetMMCExt.dll)

int GetData(
	FORMATETC% pFormatEtc, 
	STGMEDIUM% b
)

Parameters

pFormatEtc
Type: Microsoft.Aspnet.Snapin::FORMATETC%
A pointer to the FORMATETC defining the format, medium, and target device for calls to retrieve data.
b
Type: Microsoft.Aspnet.Snapin::STGMEDIUM%
A pointer to the STGMEDIUM indicating the storage medium containing the returned data.

Return Value

Type: System::Int32
The GetData method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following return values:

Return value

Description

S_OK

This call to the GetData method successfully retrieved and placed data in the provided storage medium.

DV_E_LINDEX

lindex is not valid.

DV_E_FORMATETC

pFormatEtc is not valid.

DV_E_TYMED

tymed is not valid.

DV_E_DVASPECT

dwAspect is not valid.

OLE_E_NOTRUNNING

The object application is not running.

STG_E_MEDIUMFULL

An error occurred when allocating the medium.

For more information about programming with the IDataObject interface and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: