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 |
| Name | Description |
|---|---|
| hWD | Handle to WinDriver's kernel-mode driver as
received from WD_Open() [5.2] |
| pInterrupt | Pointer to an interrupt information structure: |
| • hInterrupt |
Handle of interrupt, returned by WD_CardRegister() [2.8] in I.Int.hInterrupt.
|
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate
error code otherwise [A].
WD_IntDisable(hWD, &Intrp);