Hi
I want to use the following declarations but vb dotnet keeps complaining
that currency can't be used because it private ?
I have tried it in a module and in the declaration pare same error!
Private Declare Function QueryPerformanc eFrequency Lib "kernel32" (ByVal
lpFrequency As Currency) As Long
Private Declare Function QueryPerformanc eCounter Lib "kernel32" (ByVal
lpPerformanceCo unt As Currency) As Long
I want to use the following declarations but vb dotnet keeps complaining
that currency can't be used because it private ?
I have tried it in a module and in the declaration pare same error!
Private Declare Function QueryPerformanc eFrequency Lib "kernel32" (ByVal
lpFrequency As Currency) As Long
Private Declare Function QueryPerformanc eCounter Lib "kernel32" (ByVal
lpPerformanceCo unt As Currency) As Long
Comment