Disables interrupt processing.
DWORD WD_IntDisable(
HANDLE hWD,
WD_INTERRUPT *pInterrupt);
| Name | Type | Input/Output |
|---|---|---|
| hWD | HANDLE | Input |
| pInterrupt | WD_INTERRUPT | |
| • hInterrupt | HANDLE | Input |
| • dwOptions | DWORD | N/A |
| • Cmd | WD_TRANSFER* | N/A |
| • dwCmds | DWORD | N/A |
| • kpCall | WD_KERNEL_PLUGIN_CALL | N/A |
| • fEnableOk | DWORD | N/A |
| • dwCounter | DWORD | N/A |
| • dwLost | DWORD | N/A |
| • fStopped | DWORD | N/A |
| • dwLastMessage | DWORD | N/A |
| • dwEnabledIntType | DWORD | N/A |
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate
error code otherwise
WD_IntDisable(hWD, &Intrp);