www.icetips.com  Icetips Utilities Documentation 1/25/2016    

Windows Class: Revert64bitRedirection

Previous  Top  Next  


Prototype: (),Byte,PROC

 

ReturnsTRUE if the method was succesfull in enabling 64bit redirection

 

This method is used to revert or reverse the effects of Disable64bitRedirection which redirects access to registry and file system to use 64bit locations from a 32bit program.  See the TestShellClass procedure in the Utilities demo app.

 

Example:

ITS          ITShellClass

FileName     CSTRING(1025)

ProgramFile  CSTRING(1025)

CODE

If FileName

   If ITS.Disable64bitRedirection()

     ProgramFile = ITS.GetAssociatedProg(FileName)

     If Not ITS.Revert64bitRedirection()

       Message('Could not change redirection!')

       Stop

     End

   End

 

 

See also:

Disable64bitRedirection

 



Direct link to this page: http://www.icetips.com/manuals/utilities/revert64bitredirection_window.htm