Why bad my API-CALL ?
Why bad my API-CALL ?
My question: what is bad here? There isn`t 440 Hz whistle with my test-program:
`ApiCall_test by PaPi
`
Declare whistle as "Beep" of "kernel32" as long
dim dwFreq As Long
dim dWDuration As Long
end declare
whistle.dwFreq=440
whistle.dwDuration=1000
whistle
`end of my program
thanks PaPi
Why bad my API-CALL ?
hi, i think it must look like this
Declare whistle as "Beep" of "kernel32"
dwFreq As Long
dWDuration As Long
result as long
end declare
best regards
Declare whistle as "Beep" of "kernel32"
dwFreq As Long
dWDuration As Long
result as long
end declare
best regards