rcmaehl Posted September 27, 2020 Posted September 27, 2020 (edited) Hi all, I'm dealing with _WinAPI_SetProcessAffinityMask and need to be able to pass the mask for assigning to the all 32 cores on 32-bit machines (Max UINT) or all 64 cores on 64-bit machines (Max UINT64). I was wondering if AutoIt is able to handle these numbers if I store them in a DllStruct and pass them to _WinAPI_SetProcessAffinityMask so long as I don't attempt to store these values into a variable? I'd test by actually running the code but I don't have a 32-bit machine with 32 cores or a 64-bit machine with 64 cores. Thanks!Nevermind. It's covered under Technical Limits. Edited September 27, 2020 by rcmaehl My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated. My Projects WhyNotWin11, MSEdgeRedirect Cisco Finesse, Github, IRC UDF, WindowEx UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now