: | 「Remote reset」タブ内の「Enable」チェックが外れた状態と同じです。 | |
: | 「Remote reset」タブ内の「Enable」チェックが付いた状態と同じです。 |
SetResetMask | ||||||||
呼び出し形式 | BOOL SetResetMask(int iMask); | |||||||
戻り値 |
|
|||||||
引数 | int iMask | マスク状態
|
||||||
例 | int ret; ret = SetResetMask(MASK_OFF); |
|||||||
必要条件 |
|
SetResetMask | ||||||||
呼び出し形式 | [DllImport("Ioctl.dll")] static extern int SetResetMask(int iMask); | |||||||
戻り値 |
|
|||||||
引数 | int iMask | マスク状態
|
||||||
例 | int ret; ret = SetResetMask(MASK_OFF); |
SetResetMask | ||||||||
呼び出し形式 | Declare Function SetResetMask Lib "Ioctl.dll"(ByVal iMask As Integer)As Integer | |||||||
戻り値 |
|
|||||||
引数 | ByVal iMask As Integer | マスク状態
|
例 | Dim ret As Integer ret = SetResetMask(MASK_OFF) |