IoDisconnectInterruptEx 関数 (wdm.h)

詳細については、「 WdmlibIoDisconnectInterruptEx 関数」を参照してください。

#define IoDisconnectInterruptEx WdmlibIoDisconnectInterruptEx

構文

void IoDisconnectInterruptEx(
  [in, out] PIO_DISCONNECT_INTERRUPT_PARAMETERS Parameters
);

パラメーター

[in, out] Parameters

詳細については、「 WdmlibIoDisconnectInterruptEx 関数」を参照してください。

戻り値

なし

解説

詳細については、「 WdmlibIoDisconnectInterruptEx 関数」を参照してください。

要件

要件
サポートされている最小のクライアント Windows Vista 以降で使用できます。 Microsoft Windows 2000、Windows XP、または Windows Server 2003 でも動作する必要があるドライバーは、代わりに Iointex.lib にリンクしてルーチンを使用できます。
対象プラットフォーム ユニバーサル
Header wdm.h (Wdm.h、Ntddk.h、Ntifs.h を含む)
Library NtosKrnl.lib;Iointex.lib
[DLL] NtosKrnl.exe
IRQL PASSIVE_LEVEL

こちらもご覧ください

WdmlibIoDisconnectInterruptEx