Uses of Class
org.eclipse.swt.internal.win32.OPENFILENAME
Packages that use OPENFILENAME
-
Uses of OPENFILENAME in org.eclipse.swt.internal.win32
Methods in org.eclipse.swt.internal.win32 with parameters of type OPENFILENAMEModifier and TypeMethodDescriptionstatic final booleanOS.GetOpenFileName(OPENFILENAME lpofn) static final booleanOS.GetOpenFileNameA(OPENFILENAME lpofn) static final booleanOS.GetOpenFileNameW(OPENFILENAME lpofn) static final booleanOS.GetSaveFileName(OPENFILENAME lpofn) static final booleanOS.GetSaveFileNameA(OPENFILENAME lpofn) static final booleanOS.GetSaveFileNameW(OPENFILENAME lpofn) static final voidOS.MoveMemory(int Destination, OPENFILENAME Source, int Length) static final voidOS.MoveMemory(OPENFILENAME Destination, int Source, int Length)