How do I convert this program to work on a 64 bit machine?
问题 This code has to work on a 64 bit machine and it currently does not. What do I need to fix inorder for this script to work? Option Explicit ''' ************************************************************************* ''' Module Constant Declaractions Follow ''' ************************************************************************* ''' Constant for the dwDesiredAccess parameter of the OpenProcess API function. Private Const PROCESS_QUERY_INFORMATION As Long = &H400 ''' Constant for the