C# 클래스 BExplorer.Shell.DropExtensions

파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
Advise ( this dataObject, IAdviseSink sink, string format, ADVF advf ) : int

Sets up an advisory connection to the data object.

SetDropDescription ( this dataObject, DataObject dropDescription ) : HResult

비공개 메소드들

메소드 설명
FillFormatETC ( string format, TYMED tymed, System.Runtime.InteropServices.ComTypes.FORMATETC &formatETC ) : void

Fills a FORMATETC structure.

GetDropDescription ( this dataObject ) : object
RegisterClipboardFormat ( string lpszFormatName ) : uint
ReleaseStgMedium ( System.Runtime.InteropServices.ComTypes.STGMEDIUM &pmedium ) : void

메소드 상세

Advise() 공개 정적인 메소드

Sets up an advisory connection to the data object.
public static Advise ( this dataObject, IAdviseSink sink, string format, ADVF advf ) : int
dataObject this The data object on which to set the advisory connection.
sink IAdviseSink The advisory sink.
format string The format on which to callback on.
advf ADVF Advisory flags. Can be 0.
리턴 int

SetDropDescription() 공개 정적인 메소드

public static SetDropDescription ( this dataObject, DataObject dropDescription ) : HResult
dataObject this
dropDescription DataObject
리턴 HResult