C# 클래스 iwantedue.OutlookStorage.NativeMethods

파일 보기 프로젝트 열기: Developex/Outlook-Sync-Webservice

공개 메소드들

메소드 설명
CloneStorage ( IStorage source, bool closeSource ) : IStorage

비공개 메소드들

메소드 설명
CreateILockBytesOnHGlobal ( IntPtr hGlobal, bool fDeleteOnRelease, ILockBytes &ppLkbyt ) : int
GlobalLock ( IntPtr hMem ) : IntPtr
StgCreateDocfileOnILockBytes ( ILockBytes plkbyt, STGM grfMode, uint reserved, IStorage &ppstgOpen ) : int
StgIsStorageFile ( [ wcsName ) : int
StgIsStorageILockBytes ( ILockBytes plkbyt ) : int
StgOpenStorage ( [ wcsName, IStorage pstgPriority, STGM grfMode, IntPtr snbExclude, int reserved, IStorage &ppstgOpen ) : int
StgOpenStorageOnILockBytes ( ILockBytes plkbyt, IStorage pstgPriority, STGM grfMode, IntPtr snbExclude, uint reserved, IStorage &ppstgOpen ) : void

메소드 상세

CloneStorage() 공개 정적인 메소드

public static CloneStorage ( IStorage source, bool closeSource ) : IStorage
source IStorage
closeSource bool
리턴 IStorage