Home > Software engineering >  API function declarations
API function declarations

Time:11-13

I want to call the sleep () function, API function to the statement, the use of private declare sub sleep lib "kernel32. DLL" (by val dwmilliseconds as long) why shows lack of list separators or ")"

CodePudding user response:

Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)

middle part ByBval Spaces
  •  Tags:  
  • API
  • Related