Uses of Class
com.jniwrapper.win32.shell.ApplyChangesOptions

Packages that use ApplyChangesOptions
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
com.jniwrapper.win32.shell.impl The com.jniwrapper.win32.shell.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.shell package. 
 

Uses of ApplyChangesOptions in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell with parameters of type ApplyChangesOptions
 void IActiveDesktop.applyChanges(ApplyChangesOptions value)
          Applies changes to the Active Desktop and saves them in the registry.
 

Uses of ApplyChangesOptions in com.jniwrapper.win32.shell.impl
 

Methods in com.jniwrapper.win32.shell.impl with parameters of type ApplyChangesOptions
 void IActiveDesktopImpl.applyChanges(ApplyChangesOptions value)