IEnterpriseDropTarget interface

When implemented by the drop target application, this interface gives the OLE drag and drop engine the ability to determine whether the drop target application intends to evaluate enterprise protection policy and gives the OLE drag and drop engine a way to provide the enterprise ID of the drop source application to the drop target application.

Members

The IEnterpriseDropTarget interface inherits from the IUnknown interface. IEnterpriseDropTarget also has these types of members:

Methods

The IEnterpriseDropTarget interface has these methods.

MethodDescription
IsEvaluatingEdpPolicy

Indicates whether the drop target is evaluating the enterprise protection policy.

SetDropSourceEnterpriseid

Provides the drop target with the enterprise ID of the drop source.

 

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

OleIdl.h

IDL

OleIdl.Idl

IID

IID IID_IEnterpriseDropTarget is defined as 390E3878-FD55-4E18-819D-4682081C0CFD

 

 

Show: