Class IPersistFile
java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
org.eclipse.swt.internal.ole.win32.IPersist
org.eclipse.swt.internal.ole.win32.IPersistFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGetCurFile(int[] ppszFileName) intIsDirty()intLoad(int pszFileName, int dwMode) intSave(int pszFileName, boolean fRemember) intSaveCompleted(int pszFileName) Methods inherited from class IPersist
GetClassIDMethods inherited from class IUnknown
AddRef, getAddress, QueryInterface, Release
-
Constructor Details
-
IPersistFile
public IPersistFile(int address)
-
-
Method Details
-
IsDirty
public int IsDirty() -
Load
public int Load(int pszFileName, int dwMode) -
Save
public int Save(int pszFileName, boolean fRemember) -
SaveCompleted
public int SaveCompleted(int pszFileName) -
GetCurFile
public int GetCurFile(int[] ppszFileName)
-