Nevron Open Vision Documentation
Nevron.Nov.Windows.OLE Namespace / NOleDataObjectProvider Class
Methods


In This Topic
    NOleDataObjectProvider Class Members
    In This Topic

    The following tables list the members exposed by NOleDataObjectProvider.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodDestroys a notification connection that had been previously established.  
    Public Method  
    Public MethodCreates an object for enumerating the FORMATETC structures for a data object  
    Public MethodProvides a standard FORMATETC structure that is logically equivalent to a more complex structure.  
    Public MethodObtains data from a source data object. This method, which is called by a data consumer, renders the data described in the specified FORMATETC structure and transfers it through the specified STGMEDIUM structure. The caller then assumes responsibility for releasing the STGMEDIUM.  
    Public MethodObtains data from a source data object. This method, which is called by a data consumer, differs from the GetData method in that the caller must allocate and free the specified storage medium.  
    Public MethodDetermines whether the data object is capable of rendering the data described in the FORMATETC structure. Objects attempting a paste or drop operation can call this method before calling GetData to get an indication of whether the operation may be successful.  
    Public MethodTransfers data to the object that implements this method. This method is called by an object that contains a data source.  
    Top
    See Also