StopWdt | ||||||||
Calling Method | BOOL StopWdt(); | |||||||
Return Value |
|
|||||||
Argument | None | |||||||
Example | int ret; ret = StopWdt(); |
|||||||
Necessary Condition |
|
StopWdt | ||||||||
Calling Method | [DllImport("Ioctl.dll")] static extern int StopWdt(); | |||||||
Return Value |
|
|||||||
Argument | None | |||||||
Example | int ret; ret = StopWdt(); |
StopWdt | ||||||||
Calling Method | Declare Function StopWdt Lib "Ioctl.dll"()As Integer | |||||||
Return Value |
|
|||||||
Argument | None | |||||||
Example | Dim ret As Integer ret = StopWdt() |