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 boolean
OS.GetOpenFileName
(OPENFILENAME lpofn) static final boolean
OS.GetOpenFileNameA
(OPENFILENAME lpofn) static final boolean
OS.GetOpenFileNameW
(OPENFILENAME lpofn) static final boolean
OS.GetSaveFileName
(OPENFILENAME lpofn) static final boolean
OS.GetSaveFileNameA
(OPENFILENAME lpofn) static final boolean
OS.GetSaveFileNameW
(OPENFILENAME lpofn) static final void
OS.MoveMemory
(int Destination, OPENFILENAME Source, int Length) static final void
OS.MoveMemory
(OPENFILENAME Destination, int Source, int Length)