AlexRigholt
Registered User.
- Local time
- Today, 11:16
- Joined
- Nov 14, 2008
- Messages
- 36
Hi, a year ago or so I found a list of function declarations for 64-bit. I didn't bookmark it and can't find it again - does anybody know where I can find it?
I'd like to verify this bit of code:
#If VBA7 Then
Public Declare PtrSafe Function GetKeyState Lib "User32" (ByVal nVirtKey As Long) As Integer
#Else
Public Declare Function GetKeyState Lib "User32" (ByVal nVirtKey As Long) As Integer
#End If
I'd like to verify this bit of code:
#If VBA7 Then
Public Declare PtrSafe Function GetKeyState Lib "User32" (ByVal nVirtKey As Long) As Integer
#Else
Public Declare Function GetKeyState Lib "User32" (ByVal nVirtKey As Long) As Integer
#End If