| GetWdtResetMask | ||||||||
| 呼び出し形式 | BOOL GetWdtResetMask(int *iMask); | |||||||
| 戻り値 |
|
|||||||
| 引数 | int *iMask |
|
||||||
| 例 | int ret, iMask; ret = GetWdtResetMask(&iMask); |
|||||||
| 必要条件 |
|
|||||||
| GetWdtResetMask | ||||||||
| 呼び出し形式 | [DllImport("Ioctl.dll")] static extern int GetWdtResetMask(ref int iMask); | |||||||
| 戻り値 |
|
|||||||
| 引数 | ref int iMask |
|
||||||
| 例 | int ret, iMask; ret = GetWdtResetMask(ref iMask); |
|||||||
| GetWdtResetMask | ||||||||
| 呼び出し形式 | Declare Function GetWdtResetMask Lib "Ioctl.dll"(ByRef iMask As Integer)As Integer | |||||||
| 戻り値 |
|
|||||||
| 引数 | ByRef iMask As Integer |
|
||||||
| 例 | Dim ret As Integer Dim iMask As Integer ret = GetWdtResetMask(iMask) |
|||||||