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

Windows Class: Disable64bitRedirection

Previous  Top  Next  


Prototype: (),Byte,PROC

 

 

ReturnsTRUE if the method was succesfull in enabling 64bit redirection

 

This method is used to disable 64bit redirection for registry and file system so 32bit programs can access 64bit registry key and filenames.  Use Revert64bitRedirection to set it back to normal 32bit access.

 

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:

Revert64bitRedirection

 



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